From cf07ae600750d9a50ace16f8bdf486a2af2c1e5c Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 6 Oct 2018 15:37:50 -0400 Subject: [PATCH] update configuration in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61e76c5..8211db4 100644 --- a/README.md +++ b/README.md @@ -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