Difference between revisions of "KMemoryBlock"
Jump to navigation
Jump to search
(Created page with "Category:Kernel objects Size : 0x14 bytes {| class="wikitable" border="1" |- ! Offset ! Type ! Description |- | 0x0 | | |}") |
|||
Line 11: | Line 11: | ||
|- | |- | ||
| 0x0 | | 0x0 | ||
− | | | + | | void* |
− | | | + | | Base address of memory block |
+ | |- | ||
+ | | 0x4 | ||
+ | | void* | ||
+ | | Size in pages | ||
+ | |- | ||
+ | | 0x8 | ||
+ | | void* | ||
+ | | Memory block permissions | ||
+ | |- | ||
+ | | 0xC | ||
+ | | void* | ||
+ | | Memory state bitflags | ||
+ | |- | ||
+ | | 0x10 | ||
+ | | u32 | ||
+ | | Zero | ||
|} | |} |
Revision as of 22:35, 25 January 2015
Size : 0x14 bytes
Offset | Type | Description |
---|---|---|
0x0 | void* | Base address of memory block |
0x4 | void* | Size in pages |
0x8 | void* | Memory block permissions |
0xC | void* | Memory state bitflags |
0x10 | u32 | Zero |