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


Public Member Functions | |
| virtual void | print ()=0 |
| virtual void | print_short () |
Definition at line 65 of file allocation.hpp.
| virtual void PrintableCHeapObj::print | ( | ) | [pure virtual] |
Implemented in ResourceAreaChunk, VMProcess, and DeltaProcess.
Referenced by Process::basic_transfer(), and print_short().
| void PrintableCHeapObj::print_short | ( | ) | [virtual] |
Reimplemented in ResourceAreaChunk.
Definition at line 30 of file allocation.cpp.
References print().
Here is the call graph for this function:

1.4.7