CACAO
Public Member Functions
DumpClass Class Reference

All classes intended to be allocated on dump memory should extend this base class to inherit the appropriate allocation operators. More...

Inheritance diagram for DumpClass:
DumpList< T > DumpList< branch_label_ref_t * > DumpList< ForwardClass > DumpList< ForwardFieldMethInt > DumpList< ForwardInvokeDynamic > DumpList< ForwardMethodHandle > DumpList< ForwardMethodType > DumpList< ForwardNameAndType > DumpList< ForwardString > DumpList< Linenumber >

Public Member Functions

voidoperator new (size_t size)
 Dump memory allocation, used for for ENABLE_MEMCHECK. More...
 
void operator delete (void *p)
 

Detailed Description

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.

Member Function Documentation

void DumpClass::operator delete ( void p)
inline

Definition at line 233 of file dumpmemory.hpp.

void * DumpClass::operator new ( size_t  size)
inline

Dump memory allocation, used for for ENABLE_MEMCHECK.

Definition at line 228 of file dumpmemory.hpp.


The documentation for this class was generated from the following file: