mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2024-12-20 05:14:28 -05:00
note that arenas are isolated from each other
This commit is contained in:
parent
18f36c3e8d
commit
ae4142c2d1
@ -244,6 +244,7 @@ was a bit less important and if a core goal was finding latent bugs.
|
|||||||
the size is different) and by various containers using the allocator API
|
the size is different) and by various containers using the allocator API
|
||||||
directly
|
directly
|
||||||
* Isolated memory region for slab allocations
|
* Isolated memory region for slab allocations
|
||||||
|
* Top-level isolated regions for each arena
|
||||||
* Divided up into isolated inner regions for each size class
|
* Divided up into isolated inner regions for each size class
|
||||||
* High entropy random base for each size class region
|
* High entropy random base for each size class region
|
||||||
* No deterministic / low entropy offsets between allocations with
|
* No deterministic / low entropy offsets between allocations with
|
||||||
|
Loading…
Reference in New Issue
Block a user