KLinkedList: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 14: | Line 14: | ||
|- | |- | ||
| 0x4 | | 0x4 | ||
| KLinkedListNode* | | [[KLinkedListNode]]* | ||
| Pointer to first KLinkedListNode in the list of objects | | Pointer to first KLinkedListNode in the list of objects | ||
|- | |- | ||
| 0x8 | | 0x8 | ||
| KLinkedListNode* | | [[KLinkedListNode]]* | ||
| Pointer to last KLinkedListNode in the list of objects | | Pointer to last KLinkedListNode in the list of objects | ||
|} | |} |
Revision as of 03:56, 31 January 2016
Size : 0xC bytes
Offset | Type | Description |
---|---|---|
0x0 | u32 | KLinkedListNode count |
0x4 | KLinkedListNode* | Pointer to first KLinkedListNode in the list of objects |
0x8 | KLinkedListNode* | Pointer to last KLinkedListNode in the list of objects |