mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2024-12-20 05:14:28 -05:00
still need to finish up initial malloc_object_size
This commit is contained in:
parent
71e4577367
commit
24de5aab05
@ -342,7 +342,8 @@ was a bit less important and if a core goal was finding latent bugs.
|
||||
size class regions interspersed with guard pages
|
||||
* Zero size allocations are a dedicated size class with the entire region
|
||||
remaining non-readable and non-writable
|
||||
* Extension for retrieving the size of allocations with fallback
|
||||
* Extension for retrieving the size of allocations with fallback [in-progress,
|
||||
needs to be porting from the previous OpenBSD-based allocator]
|
||||
to a sentinel for pointers not managed by the allocator
|
||||
* Can also return accurate values for pointers *within* small allocations
|
||||
* The same applies to pointers within the first page of large allocations,
|
||||
|
Loading…
Reference in New Issue
Block a user