my.gc.memfree

Members

Functions

memFree
MemFree memFree()

Structs

MemFree
struct MemFree

Reduces the used memory by the GC and free the heap to the OS.

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)

Trim the heap size by periodically force the GC to collect unused memory, free it and then tell malloc to further free it back to the OS.