add configuration for frequency of guard slabs

This commit is contained in:
Daniel Micay
2018-10-06 15:36:03 -04:00
parent 4ee12e64e0
commit 348f9fa557
2 changed files with 5 additions and 2 deletions

View File

@@ -3,11 +3,11 @@
#include <stdbool.h>
#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
#endif