#include <allocation.hpp>
Inheritance diagram for StackObj:
Public Member Functions | |
void * | operator new (size_t size) |
void | operator delete (void *p) |
Definition at line 73 of file allocation.hpp.
void StackObj::operator delete | ( | void * | p | ) |
Definition at line 49 of file allocation.cpp.
References ShouldNotCallThis, and Unused().
Here is the call graph for this function:
void * StackObj::operator new | ( | size_t | size | ) |
Definition at line 43 of file allocation.cpp.
References ShouldNotCallThis, and Unused().
Here is the call graph for this function: