glibc/mcheck.h

6 lines
95 B
C
Raw Normal View History

1997-01-06 22:07:28 +00:00
#ifdef USE_NEW_MALLOC
# include <new-malloc/mcheck.h>
#else
# include <malloc/malloc.h>
#endif