diff options
Diffstat (limited to 'mmm_config.h')
-rw-r--r-- | mmm_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mmm_config.h b/mmm_config.h index cca4f6a..99294c8 100644 --- a/mmm_config.h +++ b/mmm_config.h @@ -5,10 +5,10 @@ //ONLY ONE OF OPTION CAN BE USED //noting is done with memory. only plain wrappers is usded. -#define MMM_PLAIN +//#define MMM_PLAIN //cleans free after free if free is not NULL -//#define MMM_PLAIN_SAFE +#define MMM_PLAIN_SAFE //show in terminal some data about used malocc and free //#define MMM_RECORD |