Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dstats.c213 uint64_t small_nmalloc, small_ndalloc, small_nrequests; in stats_arena_print() local
241 CTL_I_GET("stats.arenas.0.small.nmalloc", &small_nmalloc, uint64_t); in stats_arena_print()
246 small_allocated, small_nmalloc, small_ndalloc, small_nrequests); in stats_arena_print()
264 small_nmalloc + large_nmalloc + huge_nmalloc, in stats_arena_print()