Name
heap_compact — ask the allocator to return free memory to the operating system
Synopsis
heap_compact(
|
); |
Description
heap_compact requests that the allocator return any
free memory it has accumulated to the operating system. Returns nothing.
Useful after large temporary allocations to keep the resident set size in
check.
Return Types
None.