hardened_malloc/config.h
2018-09-07 00:33:51 -04:00

10 lines
158 B
C

#ifndef CONFIG_H
#define CONFIG_H
#define GUARD_SLABS true
#define WRITE_AFTER_FREE_CHECK true
#define SLOT_RANDOMIZE true
#define ZERO_ON_FREE true
#endif