Memory Management: Difference between revisions

Neobrain (talk | contribs)
m Reordering
Line 178: Line 178:
== MemoryBlockHeader ==
== MemoryBlockHeader ==


Size : 0xC bytes
Size: 0xC-bytes(?) pre-v11.0, 0x18-bytes starting with v11.0.


{| class="wikitable" border="1"
{| class="wikitable" border="1"
Line 197: Line 197:
| MemoryBlockHeader*
| MemoryBlockHeader*
| Prev
| Prev
|-
| 0xC
| MemoryBlockHeader*
| Pointer to the current memchunk. Added with v11.0?
|-
| 0x10
|
| Added with v11.0.
|-
| 0x14
|
| Added with v11.0. Used with the new heap [[11.0.0-33|security]] feature.
|}
|}


== RegionDescriptor ==
== RegionDescriptor ==