GC.minimize

Indicates that the managed memory space be minimized by returning free physical memory to the operating system. The amount of free memory returned depends on the allocator design and on program behavior.

struct GC
extern (C) pragma(mangle, "gc_minimize") static @safe nothrow pure
void
minimize
()

Meta