Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dstats.c327 uint64_t small_nmalloc, small_ndalloc, small_nrequests; in stats_arena_print() local
410 CTL_M2_GET("stats.arenas.0.small.nmalloc", i, &small_nmalloc, uint64_t); in stats_arena_print()
421 "\t\t\t\t\t\"nmalloc\": %"FMTu64",\n", small_nmalloc); in stats_arena_print()
436 small_allocated, small_nmalloc, small_ndalloc, in stats_arena_print()
498 small_nmalloc + large_nmalloc + huge_nmalloc, in stats_arena_print()