1 #include <stdlib.h>
2 
3 void
_malloc_stats_r(struct _reent * ptr)4 _malloc_stats_r (struct _reent *ptr)
5 {
6   malloc_stats ();
7 }
8