

Data Fields | |
| char * | userData |
| Slot * | next |
| Slot * | prev |
| int | userSize |
| int | magic |
| int | chareID |
| int | stackLen |
| void ** | from |
| SlotStack * | extraStack |
| unsigned int | slotCRC |
| unsigned int | userCRC |
| struct _Slot * | next |
| struct _Slot * | prev |
| void * | from [STACK_LEN] |
| char | pad [PADLEN] |
Definition at line 50 of file memory-charmdebug.c.
| char* _Slot::userData |
Definition at line 52 of file memory-charmdebug.c.
Definition at line 55 of file memory-charmdebug.c.
Definition at line 56 of file memory-charmdebug.c.
Definition at line 60 of file memory-charmdebug.c.
Definition at line 79 of file memory-charmdebug.c.
Definition at line 81 of file memory-charmdebug.c.
Definition at line 85 of file memory-charmdebug.c.
| void** _Slot::from |
Definition at line 86 of file memory-charmdebug.c.
Definition at line 89 of file memory-charmdebug.c.
| unsigned int _Slot::slotCRC |
Definition at line 92 of file memory-charmdebug.c.
| unsigned int _Slot::userCRC |
Definition at line 93 of file memory-charmdebug.c.
struct _Slot* _Slot::next [read] |
Definition at line 43 of file memory-paranoid.c.
struct _Slot* _Slot::prev [read] |
Definition at line 44 of file memory-paranoid.c.
| void* _Slot::from[STACK_LEN] |
Definition at line 57 of file memory-paranoid.c.
| char _Slot::pad[PADLEN] |
Definition at line 61 of file memory-paranoid.c.
1.5.5