Difference between revisions of "KAddressArbiter"

From 3dbrew
Jump to navigation Jump to search
(Created page with "Category:Kernel objects class KAddressArbiter extends KAutoObject;")
 
m
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Kernel objects]]
+
[[Category:Kernel auto objects]]
 
class [[KAddressArbiter]] extends [[KAutoObject]];
 
class [[KAddressArbiter]] extends [[KAutoObject]];
 +
 +
Size : 0x14 bytes
 +
 +
{| class="wikitable" border="1"
 +
|-
 +
!  Offset
 +
! Type
 +
!  Description
 +
|-
 +
| 0x0
 +
| u32
 +
| Pointer to vtable
 +
|-
 +
| 0x4
 +
| u32
 +
| Reference count
 +
|-
 +
| 0x8
 +
| [[KThread]]*
 +
| Last
 +
|-
 +
| 0xC
 +
| [[KThread]]*
 +
| First
 +
|-
 +
| 0x10
 +
| [[KProcess]]*
 +
| Process
 +
|}

Latest revision as of 02:57, 5 December 2016

class KAddressArbiter extends KAutoObject;

Size : 0x14 bytes

Offset Type Description
0x0 u32 Pointer to vtable
0x4 u32 Reference count
0x8 KThread* Last
0xC KThread* First
0x10 KProcess* Process