Public Member Functions | |
void | push_front (AllocEntry *e) |
void | push_back (AllocEntry *e) |
AllocEntry * | pop_back () |
AllocEntry * | pop_front () |
void | remove (AllocEntry *e) |
AllocEntry * | front () const |
AllocEntry * | back () const |
int | size () const |
AllocEntry * | find (void *address, AllocEntry *from=0) const |
Protected Attributes | |
AllocEntry * | head |
AllocEntry * | tail |
Int | len |
|
Definition at line 172 of file MemoryTracer. References tail. |
|
|
|
Definition at line 171 of file MemoryTracer. References head. |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 173 of file MemoryTracer. References len. |
|
Definition at line 181 of file MemoryTracer. Referenced by front(). |
|
Definition at line 183 of file MemoryTracer. Referenced by size(). |
|
Definition at line 182 of file MemoryTracer. Referenced by back(). |