
Data Fields | |
| void * | key |
| AllocationPoint * | parent |
| AllocationPoint * | firstChild |
| AllocationPoint * | sibling |
| AllocationPoint * | next |
| int | size |
| int | count |
| char | flags |
Definition at line 423 of file memory-charmdebug.c.
| void* _AllocationPoint::key |
Definition at line 425 of file memory-charmdebug.c.
Referenced by CreateAllocationTree(), MergeAllocationTreeSingle(), printAllocationTree(), and pupAllocationPointSingle().
Definition at line 427 of file memory-charmdebug.c.
Referenced by CreateAllocationTree(), and pupAllocationPointSingle().
Definition at line 429 of file memory-charmdebug.c.
Referenced by CreateAllocationTree(), deleteAllocationPoint(), MergeAllocationTreeSingle(), printAllocationTree(), pupAllocationPoint(), and pupAllocationPointSingle().
Definition at line 431 of file memory-charmdebug.c.
Referenced by CreateAllocationTree(), deleteAllocationPoint(), MergeAllocationTreeSingle(), printAllocationTree(), pupAllocationPoint(), and pupAllocationPointSingle().
Definition at line 435 of file memory-charmdebug.c.
Referenced by CreateAllocationTree(), and pupAllocationPointSingle().
Definition at line 437 of file memory-charmdebug.c.
Referenced by CreateAllocationTree(), MergeAllocationTreeSingle(), printAllocationTree(), and pupAllocationPointSingle().
Definition at line 439 of file memory-charmdebug.c.
Referenced by CreateAllocationTree(), MergeAllocationTreeSingle(), printAllocationTree(), and pupAllocationPointSingle().
Definition at line 441 of file memory-charmdebug.c.
Referenced by CreateAllocationTree(), MergeAllocationTreeSingle(), and pupAllocationPointSingle().
1.5.1