core.internal.gc.os

Contains OS-level routines needed by the garbage collector.

Functions 1

fnbool isLowOnMem(size_t mapped) nothrow @nogcCheck for any kind of memory pressure.

Variables 1

enumvarAllocSupportsShared = __traits(compiles, os_mem_map_shared)

Indicates if an allocation method supports sharing between processes.