KAutoObject: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
KAutoObject represents a reference counted object that destroys itself when there are no more references to it. | KAutoObject represents a reference counted object that destroys itself when there are no more references to it. | ||
Size : 0x8 bytes | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" |
Revision as of 13:25, 23 September 2013
KAutoObject represents a reference counted object that destroys itself when there are no more references to it.
Size : 0x8 bytes
Offset | Type | Description |
---|---|---|
0x0 | u32 | Pointer to vtable |
0x4 | u32 | Reference count |