mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-05-12 03:05:08 -04:00
document sized deallocation validation
This commit is contained in:
parent
c74fe56091
commit
29fd86ab37
1 changed files with 3 additions and 0 deletions
|
@ -112,6 +112,9 @@ allocation and then unmapped on free.
|
|||
|
||||
* Fully out-of-line metadata
|
||||
* Deterministic detection of any invalid free (unallocated, unaligned, etc.)
|
||||
* Validation of the size passed for C++14 sized deallocation by `delete`
|
||||
(detects type confusion if the size is different) and various containers
|
||||
using the allocator API directly
|
||||
* Isolated memory region for slab allocations
|
||||
* Divided up into isolated inner regions for each size class
|
||||
* High entropy random base for each size class region
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue