Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mallstatsr.c « linux « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8a1f642115eb535294698b782f14255a93465079 (plain)
1
2
3
4
5
6
7
#include <stdlib.h>

void
_malloc_stats_r (struct _reent *ptr)
{
  malloc_stats ();
}