Kernel: Difference between revisions
Line 1: | Line 1: | ||
= KAutoObject = | = KAutoObject = | ||
Size: 0x10 | Size: 0x10 | ||
[5.0.0] Size: 0x20 | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
Line 9: | Line 10: | ||
|- | |- | ||
| 8 || u32 || ReferenceCount | | 8 || u32 || ReferenceCount | ||
|} | |||
[5.0.0]: | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset || Type || Description | |||
|- | |||
| 0 || * || Vtable | |||
|- | |||
| 8 || u32 || ReferenceCount | |||
|- | |||
| 0x10 || KLinkedListNode || List, not always initialized (e.g. not when a sync object?) | |||
|} | |} | ||