Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dmalloc.c5265 unsigned int in_use_b = mp_.mmapped_mem, system_b = in_use_b; in __malloc_stats() local
5286 system_b += mi.arena; in __malloc_stats()
5294 fprintf (stderr, "system bytes = %10u\n", system_b); in __malloc_stats()