KLinkedList

From 3dbrew
Revision as of 18:15, 14 December 2016 by TuxSH (talk | contribs) (The kernel explicitely sees the nodes as a pair)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Size : 0xC bytes

Offset Type Description
0x0 u32 KLinkedListNode count
0x4 KLinkedListNodePair KLinkedListNode* Pointer to first KLinkedListNode in the list of objects
KLinkedListNode* Pointer to last KLinkedListNode in the list of objects