#include <allocThreadTrace.h>
Inheritance diagram for AllocThreadTrace::
Public Methods | |
AllocThreadTrace () | |
Default constructor. | |
virtual | ~AllocThreadTrace () |
Destructor. | |
const AllocThreadTraceKey & | getKey (AllocThreadTraceKey &key) |
Retrieves object's key. More... | |
int | operator== (const AllocThreadTraceKey &key) |
Compares object with given key. More... | |
void | deactivate () |
Performs deactivation. | |
void * | operator new (size_t sz) |
Overloaded new() operator. | |
void | operator delete (void *unit) |
Overloaded delete() operator. | |
virtual eClassIdent | getClassIdent () |
Class identification. More... | |
virtual int | isActive () |
State of object. More... | |
virtual int | isChanged () |
Indication that object has changed its data. More... | |
virtual void | setUnchanged () |
Set the structure is unchanged although it may not be. | |
Static Public Methods | |
int | hashKey (const AllocThreadTraceKey &key) |
Hash function. More... | |
Public Attributes | |
AllocThreadMethod * | threadMethod |
parent AllocThreadMethod. | |
AllocTrace * | trace |
parent AllocTrace;. | |
List< AllocThreadObjectTrace, LI3 > | threadObjectTraces |
associated AllocThreadObjectTraces. | |
Static Private Attributes | |
Allocator | _allocator |
allocator. |
This class contains memory statistic information for "each" trace in "each" thread (only those traces and threads, in which an allocation is done, are included).
Definition at line 56 of file allocThreadTrace.h.
|
Class identification.
Reimplemented from IdObject. Definition at line 141 of file allocThreadTrace.h. |
|
Retrieves object's key.
Definition at line 49 of file allocThreadTrace.cpp. |
|
Hash function.
Definition at line 61 of file allocThreadTrace.cpp. |
|
State of object. Once an object is unactive, it remains unactive forever.
Reimplemented from IdObject. Definition at line 66 of file allocThreadTrace.cpp. Referenced by AllocThreadObjectTrace::isActive().
|
|
Indication that object has changed its data.
Reimplemented from IdObject. Definition at line 156 of file allocThreadTrace.h. |
|
Compares object with given key.
Definition at line 56 of file allocThreadTrace.cpp. |