mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-19 22:10:19 +02:00
update configuration in README
This commit is contained in:
parent
348f9fa557
commit
cf07ae6007
1 changed files with 2 additions and 1 deletions
|
@ -69,11 +69,12 @@ the optional security features are enabled. Options are only provided for the
|
|||
features with a significant performance or memory usage cost.
|
||||
|
||||
```
|
||||
#define GUARD_SLABS true
|
||||
#define WRITE_AFTER_FREE_CHECK true
|
||||
#define SLOT_RANDOMIZE true
|
||||
#define ZERO_ON_FREE true
|
||||
#define SLAB_CANARY true
|
||||
#define GUARD_SLABS_INTERVAL 1
|
||||
#define GUARD_SIZE_DIVISOR 2
|
||||
```
|
||||
|
||||
There will be more control over enabled features in the future along with
|
||||
|
|
Loading…
Add table
Reference in a new issue