Collaboration diagram for _Slot:

Data Fields | |
| Slot * | next |
| Slot * | prev |
| int | userSize |
| int | magic |
| int | chareID |
| int | stackLen |
| void ** | from |
| SlotStack * | extraStack |
| unsigned int | slotCRC |
| unsigned int | userCRC |
| _Slot * | next |
| _Slot * | prev |
| void * | from [STACK_LEN] |
| char | pad [PADLEN] |
Definition at line 39 of file memory-charmdebug.c.
Definition at line 41 of file memory-charmdebug.c.
Definition at line 42 of file memory-charmdebug.c.
Definition at line 60 of file memory-charmdebug.c.
Definition at line 62 of file memory-charmdebug.c.
Definition at line 66 of file memory-charmdebug.c.
| void** _Slot::from |
Definition at line 67 of file memory-charmdebug.c.
Definition at line 70 of file memory-charmdebug.c.
| unsigned int _Slot::slotCRC |
Definition at line 73 of file memory-charmdebug.c.
| unsigned int _Slot::userCRC |
Definition at line 74 of file memory-charmdebug.c.
| struct _Slot* _Slot::next |
Definition at line 42 of file memory-paranoid.c.
| struct _Slot* _Slot::prev |
Definition at line 43 of file memory-paranoid.c.
| void* _Slot::from[STACK_LEN] |
Definition at line 56 of file memory-paranoid.c.
| char _Slot::pad[PADLEN] |
Definition at line 60 of file memory-paranoid.c.
1.5.1