core.gc.config

Contains the garbage collector configuration.

var config
struct Config

Types 1

structConfig
Fields
bool disable
bool fork
ubyte profile
string gc
size_t initReserve
size_t minPoolSize
size_t maxPoolSize
size_t incPoolSize
uint parallel
float heapSizeFactor
string cleanup
Methods
bool initialize() @nogc nothrow
void help() @nogc nothrow
string errorName() @nogc nothrow

Variables 1

varConfig config