Changeset 2057 for trunk/src/kmk/misc.c
- Timestamp:
- Nov 4, 2008, 8:23:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/misc.c
r2050 r2057 27 27 # include <malloc/malloc.h> 28 28 # endif 29 # if defined(__GLIBC__) 29 # if defined(__GLIBC__) || defined(HAVE_MALLINFO) 30 30 # include <malloc.h> 31 31 # endif … … 1414 1414 1415 1415 /* XVID2/XPG mallinfo (displayed per GLIBC documentation). */ 1416 # if defined(__GLIBC__) 1416 # if defined(__GLIBC__) || defined(HAVE_MALLINFO) 1417 1417 struct mallinfo m; 1418 1418 … … 1431 1431 printf (_("# top-most releasable space=%d\n"), 1432 1432 m.keepcost); 1433 # endif /* __GLIBC__ */1433 # endif /* __GLIBC__ || HAVE_MALLINFO */ 1434 1434 1435 1435 # ifdef CONFIG_WITH_MAKE_STATS
Note:
See TracChangeset
for help on using the changeset viewer.