Difference between revisions of "KAddressArbiter"

From 3dbrew
Jump to navigation Jump to search
(added the size of the KAddressArbiter object)
Line 19: Line 19:
 
|-
 
|-
 
| 0x8
 
| 0x8
| KThread*
+
| [[KThread]]*
 
| Last
 
| Last
 
|-
 
|-
 
| 0xC
 
| 0xC
| KThread*
+
| [[KThread]]*
 
| First
 
| First
 
|-
 
|-
 
| 0x10
 
| 0x10
| KProcess*
+
| [[KProcess]]*
 
| Process
 
| Process
 
|}
 
|}

Revision as of 15:41, 23 August 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