#include <allocation.hpp>
Inheritance diagram for ValueObj:

Public Member Functions | |
| void * | operator new (size_t size) |
| void | operator delete (void *p) |
Definition at line 89 of file allocation.hpp.
| void ValueObj::operator delete | ( | void * | p | ) |
Definition at line 60 of file allocation.cpp.
References ShouldNotCallThis, and Unused().
Here is the call graph for this function:

| void * ValueObj::operator new | ( | size_t | size | ) |
Definition at line 54 of file allocation.cpp.
References ShouldNotCallThis, and Unused().
Here is the call graph for this function:

1.4.7