mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-24 16:07:19 +08:00
7 lines
197 B
C
7 lines
197 B
C
|
/* stdlib/mstats.c defines all these symbols in this file.
|
||
|
TODO: Missing mstats function. */
|
||
|
#define DEFINE_MALLINFO
|
||
|
#define DEFINE_MALLOC_STATS
|
||
|
#define DEFINE_MALLOPT
|
||
|
#include "tiny-malloc.c"
|