turn on dmalloc function checking
This commit is contained in:
parent
95a824c653
commit
56b41b34df
|
@ -13,6 +13,8 @@
|
|||
#endif
|
||||
|
||||
#ifdef DMALLOC
|
||||
#define _MEMORY_H /* exclude memory.h on solaris */
|
||||
#define DMALLOC_FUNC_CHECK
|
||||
#include <dmalloc.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue