Malloc inspect in release mode, too.
This commit is contained in:
parent
002400d071
commit
ca3f2f1367
|
@ -25,9 +25,9 @@
|
|||
#define DEFAULT_GRANULARITY 64 * 1024
|
||||
#define DEFAULT_TRIM_THRESHOLD MAX_SIZE_T
|
||||
#define MALLOC_ALIGNMENT 32
|
||||
#define MALLOC_INSPECT_ALL 1
|
||||
#if XE_DEBUG
|
||||
#define FOOTERS 1
|
||||
#define MALLOC_INSPECT_ALL 1
|
||||
#endif // XE_DEBUG
|
||||
#include <third_party/dlmalloc/malloc.c.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue