•All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Friends Modules Pages
Allocate some memory at construction and release it at destruction. Is used to be able to continue working after mesh generation breaks due to lack of memory. More...
Public Member Functions | |
MemoryReserve () | |
~MemoryReserve () | |
Public Attributes | |
char * | myBuf |
Allocate some memory at construction and release it at destruction. Is used to be able to continue working after mesh generation breaks due to lack of memory.
MemoryReserve::MemoryReserve | ( | ) |
MemoryReserve::~MemoryReserve | ( | ) |
References myBuf.
char* MemoryReserve::myBuf |
Referenced by ~MemoryReserve().