Kernel: Difference between revisions
No edit summary |
|||
Line 76: | Line 76: | ||
|- | |- | ||
| 8 || [[#KLinkedListNode]]* || Next | | 8 || [[#KLinkedListNode]]* || Next | ||
|} | |||
= KListEntry = | |||
Size: 0x18 | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset || Type || Description | |||
|- | |||
| 0 || [[#KLinkedListNode]] || NodeFor__List | |||
|- | |||
| 0x10 || T* || Ptr | |||
|} | |} | ||