1 #include <malloc.h>
2 
3 struct mallinfo
_mallinfo_r(struct _reent * ptr)4 _mallinfo_r (struct _reent *ptr)
5 {
6   return mallinfo ();
7 }
8