Home
last modified time | relevance | path

Searched refs:mallocstats (Results 1 – 3 of 3) sorted by relevance

/dragonfly/stand/lib/
H A Dzalloc_malloc.c45 void mallocstats(void);
159 atexit(mallocstats); in realloc()
181 mallocstats(void) in mallocstats() function
H A Dstand.h246 extern void mallocstats(void);
/dragonfly/stand/boot/pc32/loader/
H A Dmain.c385 mallocstats(); in command_heap()