Memory Management (USE/fREe)
Jump to navigation
Jump to search
Storage entry
| Position | Length | Type | Description |
|---|---|---|---|
| 0x00 | 0x04 | string | Memory type token |
| 0x04 | 0x04 | ? | Padding? |
| 0x08 | 0x08 | uint64_t | Content size |
| 0x10 | 0x08 | uint64_t* | Previous storage entry pointer |
| 0x18 | 0x08 | uint64_t* | Next storage entry pointer |
| 0x20 | 0x04 | string | USE/fREe token (determines if the space is being used) |
| 0x40 | Content size | ? | Storage data |