Home
last modified time | relevance | path

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

/redis-3.2.3/deps/jemalloc/src/
H A Dstats.c266 uint64_t small_nmalloc, small_ndalloc, small_nrequests; in stats_arena_print() local
305 CTL_M2_GET("stats.arenas.0.small.ndalloc", i, &small_ndalloc, uint64_t); in stats_arena_print()
311 small_allocated, small_nmalloc, small_ndalloc, small_nrequests); in stats_arena_print()
336 small_ndalloc + large_ndalloc + huge_ndalloc, in stats_arena_print()