Difference between revisions of "Memory Management (USE/fREe)"
Jump to navigation
Jump to search
(Created page with "=Storage entry= {| class="wikitable" |- ! Position !! Length !! Type !! Description |- | 0x00 || 0x04 || string || Task token (TASK) |- | 0x10 || 0x08 || uint64_t* || Unknown...") |
|||
| Line 4: | Line 4: | ||
! Position !! Length !! Type !! Description | ! Position !! Length !! Type !! Description | ||
|- | |- | ||
| 0x00 || 0x04 || string || | | 0x00 || 0x04 || string || Memory type token | ||
|- | |- | ||
| 0x10 || 0x08 || uint64_t* || Unknown pointer | | 0x10 || 0x08 || uint64_t* || Unknown pointer | ||
Revision as of 21:07, 9 January 2019
Storage entry
| Position | Length | Type | Description |
|---|---|---|---|
| 0x00 | 0x04 | string | Memory type token |
| 0x10 | 0x08 | uint64_t* | Unknown pointer |
| 0x18 | 0x08 | uint64_t* | Unknown pointer |
| 0x20 | 0x04 | string | USE/fREe token |
| 0x40 | 0x?? | ? | Storage data |