2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-03-31 14:01:18 +08:00
glibc/mcheck.h

6 lines
95 B
C
Raw Permalink 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