Difference between revisions of "KObjectList"
Jump to navigation
Jump to search
m |
|||
Line 23: | Line 23: | ||
|- | |- | ||
| 0xC | | 0xC | ||
− | | | + | | [[KObjectMutex]] |
− | | | + | | Mutex |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
| 0x14 | | 0x14 |
Latest revision as of 19:49, 4 December 2016
Size : 0x28 bytes
This object
Offset | Type | Description |
---|---|---|
0x0 | u32 | Current count for object |
0x4 | KLinkedListNode* | KLinkedListNode for first object in list |
0x8 | KLinkedListNode* | KLinkedListNode for last object in list |
0xC | KObjectMutex | Mutex |
0x14 | u16 | Total objects of this type that have been created |
0x16 | u16 | Alignment |
0x18 | KObjectLink | Object info tracking |