core.gc.config

Contains the garbage collector configuration.

Types 2

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()
void help() @nogc nothrow
string errorName() @nogc nothrow
private structPrettyBytes
Fields
long v
char u

Functions 2

private fnPrettyBytes bytes2prettyStruct(size_t val)
private fnchar prettyBytes(ref size_t val)

Variables 2

varConfig config
private varbool _initialized