mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-20 06:20:20 +02:00
add missing word
This commit is contained in:
parent
f793a2719f
commit
c97bbc141c
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ allocation and then unmapped on free.
|
||||||
* Divided up into isolated inner regions for each size class, with a high
|
* Divided up into isolated inner regions for each size class, with a high
|
||||||
entropy random base for each one
|
entropy random base for each one
|
||||||
* No deterministic offsets from one size class to another
|
* No deterministic offsets from one size class to another
|
||||||
* Metadata is completely outside the slab allocation
|
* Metadata is completely outside the slab allocation region
|
||||||
* Fine-grained randomization within memory regions
|
* Fine-grained randomization within memory regions
|
||||||
* Randomly sized guard regions for large allocations
|
* Randomly sized guard regions for large allocations
|
||||||
* Random slot selection within slabs
|
* Random slot selection within slabs
|
||||||
|
|
Loading…
Add table
Reference in a new issue