Go to the documentation of this file.
32 #include <casacore/casa/aips.h>
34 #include <casacore/casa/stdlib.h>
static void setMemoryOptions()
setMemoryOptions and setMemoryOption are typically front ends for mallopt which lets the user control...
static void releaseMemory()
Attempt to release memory which has been assigned but not allocated.
this file contains all the compiler specific defines
static size_t allocatedMemoryInBytes()
How much memory has been allocated by the programmer (via either new or malloc.
static size_t assignedMemoryInBytes()
How much memory in in the memory "pool" of this process.
static int setMemoryOption(int, int)