hardened_malloc/config.h

10 lines
158 B
C
Raw Normal View History

2018-09-07 09:47:22 +05:30
#ifndef CONFIG_H
#define CONFIG_H
#define GUARD_SLABS true
#define WRITE_AFTER_FREE_CHECK true
#define SLOT_RANDOMIZE true
2018-09-07 10:03:51 +05:30
#define ZERO_ON_FREE true
2018-09-07 09:47:22 +05:30
#endif