getTotalAlloc static unsigned int NeverFreeMemory::get_total_alloc(void); Description: Returns the total number of bytes consumed by all the pages allocated internally by this object. |
getTotalUnused static unsigned int NeverFreeMemory::get_total_unused(void); Description: Returns the difference between get_total_alloc() and get_total_used(). This represents bytes in allocated pages that have not (yet) been used by the application. |
getTotalUsed static unsigned int NeverFreeMemory::get_total_used(void); Description: Returns the total number of bytes requested by the application in calls to NeverFreeMemory::alloc(). |