KHeapChunkHeader: Difference between revisions
Jump to navigation
Jump to search
Vague Rant (talk | contribs) neobrain, you appear to be misunderstanding how MediaWiki redirects work. The other similar pages redirect to this one. There are no other pages with this content on them. |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Kernel objects]] | [[Category:Kernel objects]] | ||
This is the header that the kernel uses to implement the FCRAM heap. | |||
Size : 0xC bytes? | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Type | |||
! Description | |||
|- | |||
| 0x0 | |||
| u32 | |||
| Size (in 4K pages) | |||
|- | |||
| 0x4 | |||
| KHeapHeader* | |||
| Next | |||
|- | |||
| 0x8 | |||
| KHeapHeader* | |||
| Prev | |||
|} |
Revision as of 13:19, 27 September 2015
This is the header that the kernel uses to implement the FCRAM heap.
Size : 0xC bytes?
Offset | Type | Description |
---|---|---|
0x0 | u32 | Size (in 4K pages) |
0x4 | KHeapHeader* | Next |
0x8 | KHeapHeader* | Prev |