hardened_malloc/config.h

8 lines
104 B
C
Raw Normal View History

2018-09-07 06:17:22 +02:00
#ifndef CONFIG_H
#define CONFIG_H
#define GUARD_SLABS true
#define WRITE_AFTER_FREE_CHECK true
#endif