Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dstats.c269 size_t huge_allocated; in stats_arena_print() local
331 CTL_M2_GET("stats.arenas.0.huge.allocated", i, &huge_allocated, size_t); in stats_arena_print()
339 huge_allocated, huge_nmalloc, huge_ndalloc, huge_nrequests); in stats_arena_print()
343 small_allocated + large_allocated + huge_allocated, in stats_arena_print()