aboutsummaryrefslogblamecommitdiffstats
path: root/mmm_config.h
blob: 99294c814d33d2f2ef8a5616949790de57253c50 (plain) (tree)
1
2
3
4
5
6
7
8
9
10






                                                                       
                   

                                            
                      






                                                                       
#ifndef __LIBMMM_CONFIG_H
#define __LIBMMM_CONFIG_H

//---------------------------------------------------------------------
//ONLY ONE OF OPTION CAN BE USED

//noting is done with memory. only plain wrappers is usded.
//#define MMM_PLAIN

//cleans free after free if free is not NULL
#define MMM_PLAIN_SAFE

//show in terminal some data about used malocc and free
//#define MMM_RECORD
//---------------------------------------------------------------------


#endif