#include <vmem.h>
Public Attributes | |
char | name [VMAX_ARGLEN] |
size_t | mallocBytes |
size_t | freeBytes |
size_t | highWater |
size_t | mallocAreas |
char sVmem::name[VMAX_ARGLEN] |
name of class we manage malloc areas for
size_t sVmem::mallocBytes |
total size of all current malloc areas of class
size_t sVmem::freeBytes |
total size of all freed malloc areas of class
size_t sVmem::highWater |
high-water malloc bytemark for this class
size_t sVmem::mallocAreas |
total number of individual malloc areas