static void setMemoryOptions()
setMemoryOptions and setMemoryOption are typically front ends for mallopt which lets the user control...
Memory related information and utilities. use visibility=export>
static size_t assignedMemoryInBytes()
How much memory in in the memory "pool" of this process.
static void releaseMemory()
Attempt to release memory which has been assigned but not allocated.
static size_t allocatedMemoryInBytes()
How much memory has been allocated by the programmer (via either new or malloc.
static int setMemoryOption(int, int)