mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-20 06:20:20 +02:00
fix width of cell in memory tagging section
This commit is contained in:
parent
40be77003e
commit
efda950994
1 changed files with 1 additions and 1 deletions
|
@ -714,7 +714,7 @@ The last slot is randomly chosen for the next alocation, and is assigned the
|
||||||
random value 14. However, it's placed next to an allocation with the tag 14 so
|
random value 14. However, it's placed next to an allocation with the tag 14 so
|
||||||
the tag is incremented and wraps around to 0:
|
the tag is incremented and wraps around to 0:
|
||||||
|
|
||||||
| 3 | 4 | 15 | 7 | 14 | 0 |
|
| 3 | 4 | 15 | 7 | 14 | 0 |
|
||||||
|
|
||||||
## API extensions
|
## API extensions
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue