Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dstats.c268 uint64_t large_nmalloc, large_ndalloc, large_nrequests; in stats_arena_print() local
323 CTL_M2_GET("stats.arenas.0.large.nmalloc", i, &large_nmalloc, uint64_t); in stats_arena_print()
330 large_allocated, large_nmalloc, large_ndalloc, large_nrequests); in stats_arena_print()
344 small_nmalloc + large_nmalloc + huge_nmalloc, in stats_arena_print()