#include <allocation.hpp>
Inheritance diagram for CHeapObj:
Public Member Functions | |
void * | operator new (size_t size) |
void | operator delete (void *p) |
void * | new_array (size_t size) |
Definition at line 56 of file allocation.hpp.
void* CHeapObj::new_array | ( | size_t | size | ) |
void CHeapObj::operator delete | ( | void * | p | ) |
Definition at line 37 of file allocation.cpp.
References assert, Resources::contains(), FreeHeap(), and resources.
Here is the call graph for this function:
void * CHeapObj::operator new | ( | size_t | size | ) |
Reimplemented in rSet.
Definition at line 33 of file allocation.cpp.
References AllocateHeap().
Here is the call graph for this function: