KHeapChunkHeader
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 | 
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 |