Searched refs:ndalloc (Results 1 – 6 of 6) sorted by relevance
| /third_party/ulib/jemalloc/test/unit/ |
| A D | stats.c | 34 uint64_t nmalloc, ndalloc, nrequests; in TEST_BEGIN() local 60 assert_u64_ge(nmalloc, ndalloc, in TEST_BEGIN() 140 uint64_t epoch, nmalloc, ndalloc, nrequests; in TEST_BEGIN() local 176 assert_u64_ge(nmalloc, ndalloc, in TEST_BEGIN() 191 uint64_t epoch, nmalloc, ndalloc; in TEST_BEGIN() local 219 assert_u64_ge(nmalloc, ndalloc, in TEST_BEGIN() 232 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; in TEST_BEGIN() local 280 assert_u64_ge(nmalloc, ndalloc, in TEST_BEGIN() 306 uint64_t epoch, nmalloc, ndalloc; in TEST_BEGIN() local 329 (void *)&ndalloc, &sz, NULL, 0), expected, in TEST_BEGIN() [all …]
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | stats_structs.h | 20 uint64_t ndalloc; member 60 uint64_t ndalloc; member
|
| /third_party/ulib/jemalloc/src/ |
| A D | stats.c | 69 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; in stats_arena_bins_print() local 88 CTL_M2_M4_GET("stats.arenas.0.bins.0.ndalloc", i, j, &ndalloc, in stats_arena_bins_print() 113 ndalloc, in stats_arena_bins_print() 157 ndalloc, nrequests, curregs, curslabs, in stats_arena_bins_print() 167 ndalloc, nrequests, curregs, curslabs, in stats_arena_bins_print() 202 uint64_t nmalloc, ndalloc, nrequests; in stats_arena_lextents_print() local 208 &ndalloc, uint64_t); in stats_arena_lextents_print() 234 curlextents * lextent_size, nmalloc, ndalloc, in stats_arena_lextents_print()
|
| A D | arena.c | 256 arena->stats.lstats[hindex].ndalloc++; in arena_large_dalloc_stats_update() 269 arena->stats.lstats[hindex].ndalloc--; in arena_large_reset_stats_cancel() 1411 bin->stats.ndalloc++; in arena_dalloc_bin_locked_impl() 1624 lstats[i].ndalloc += arena->stats.lstats[i].ndalloc; in arena_stats_merge() 1650 bstats[i].ndalloc += bin->stats.ndalloc; in arena_stats_merge()
|
| A D | ctl.c | 565 ctl_arena->astats->bstats[i].ndalloc; in ctl_arena_stats_amerge() 636 sdstats->bstats[i].ndalloc += astats->bstats[i].ndalloc; in ctl_arena_stats_sdmerge() 661 sdstats->lstats[i].ndalloc += astats->lstats[i].ndalloc; in ctl_arena_stats_sdmerge() 2174 arenas_i(mib[2])->astats->bstats[mib[4]].ndalloc, uint64_t) in CTL_RO_NL_CGEN() 2202 arenas_i(mib[2])->astats->lstats[mib[4]].ndalloc, uint64_t)
|
| /third_party/ulib/jemalloc/ |
| A D | ChangeLog | 349 "stats.arenas.<i>.huge.ndalloc", and "stats.arenas.<i>.huge.nrequests" 353 "stats.arenas.<i>.hchunks.<j>.ndalloc", 442 "stats.huge.ndalloc" mallctls.
|
Completed in 637 milliseconds