CACAO
|
All classes intended to be allocated on dump memory should extend this base class to inherit the appropriate allocation operators. More...
Public Member Functions | |
void * | operator new (size_t size) |
Dump memory allocation, used for for ENABLE_MEMCHECK. More... | |
void | operator delete (void *p) |
All classes intended to be allocated on dump memory should extend this base class to inherit the appropriate allocation operators.
Definition at line 50 of file dumpmemory.hpp.
Definition at line 233 of file dumpmemory.hpp.
|
inline |
Dump memory allocation, used for for ENABLE_MEMCHECK.
Definition at line 228 of file dumpmemory.hpp.