Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dstats.c270 uint64_t huge_nmalloc, huge_ndalloc, huge_nrequests; in stats_arena_print() local
332 CTL_M2_GET("stats.arenas.0.huge.nmalloc", i, &huge_nmalloc, uint64_t); in stats_arena_print()
339 huge_allocated, huge_nmalloc, huge_ndalloc, huge_nrequests); in stats_arena_print()
344 small_nmalloc + large_nmalloc + huge_nmalloc, in stats_arena_print()