isLowOnMem
fn
bool isLowOnMem(size_t mapped) nothrow @nogcCheck for any kind of memory pressure.
Parameters
mapped | the amount of memory mapped by the GC in bytes |
Returns
true if memory is scarce
bool isLowOnMem(size_t mapped) nothrow @nogcCheck for any kind of memory pressure.
mapped | the amount of memory mapped by the GC in bytes |