Searched refs:huge_ndalloc (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc/src/ |
D | stats.c | 331 uint64_t huge_nmalloc, huge_ndalloc, huge_nrequests; in stats_arena_print() local 471 CTL_M2_GET("stats.arenas.0.huge.ndalloc", i, &huge_ndalloc, uint64_t); in stats_arena_print() 483 "\t\t\t\t\t\"ndalloc\": %"FMTu64",\n", huge_ndalloc); in stats_arena_print() 493 huge_allocated, huge_nmalloc, huge_ndalloc, huge_nrequests); in stats_arena_print() 499 small_ndalloc + large_ndalloc + huge_ndalloc, in stats_arena_print()
|