Home
last modified time | relevance | path

Searched defs:current_mallinfo (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dnano-malloc-stats.c34 struct mallinfo current_mallinfo; in malloc_stats() local
Dnano-mallinfo.c39 struct mallinfo current_mallinfo = {}; in mallinfo() local
Dmallocr.c1292 #define current_mallinfo malloc_current_mallinfo macro
1320 STATIC struct mallinfo current_mallinfo = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; variable