Allocate some memory at construction and release it at destruction. More...
Public Member Functions | |
| MemoryReserve () | |
| ~MemoryReserve () | |
Data Fields | |
| 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 | ( | ) |
| char* MemoryReserve::myBuf |