Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dstats.c32 uint64_t nmalloc, ndalloc, nrequests; in TEST_BEGIN() local
58 assert_u64_ge(nmalloc, ndalloc, in TEST_BEGIN()
146 uint64_t epoch, nmalloc, ndalloc, nrequests; in TEST_BEGIN() local
178 assert_u64_ge(nmalloc, ndalloc, in TEST_BEGIN()
191 uint64_t epoch, nmalloc, ndalloc; in TEST_BEGIN() local
215 assert_u64_ge(nmalloc, ndalloc, in TEST_BEGIN()
231 uint64_t epoch, nmalloc, ndalloc, nrequests, nfills, nflushes; in TEST_BEGIN() local
295 assert_u64_ge(nmalloc, ndalloc, in TEST_BEGIN()
319 uint64_t epoch, nmalloc, ndalloc; in TEST_BEGIN() local
338 (void *)&ndalloc, &sz, NULL, 0), expected, in TEST_BEGIN()
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dbin.h95 dst_bin_stats->ndalloc += bin->stats.ndalloc; in bin_stats_merge()
H A Dbin_stats.h15 uint64_t ndalloc; member
H A Darena_stats.h28 arena_stats_u64_t ndalloc; member
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dstats.c250 COL(ndalloc, right, 13, uint64) in stats_arena_bins_print()
297 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; in stats_arena_bins_print() local
316 CTL_M2_M4_GET("stats.arenas.0.bins.0.ndalloc", i, j, &ndalloc, in stats_arena_bins_print()
340 &ndalloc); in stats_arena_bins_print()
384 col_ndalloc.uint64_val = ndalloc; in stats_arena_bins_print()
441 COL(ndalloc, right, 13, uint64) in stats_arena_lextents_print()
453 uint64_t nmalloc, ndalloc, nrequests; in stats_arena_lextents_print() local
459 &ndalloc, uint64_t); in stats_arena_lextents_print()
483 col_ndalloc.uint64_val = ndalloc; in stats_arena_lextents_print()
746 GET_AND_EMIT_ALLOC_STAT(small, ndalloc, uint64) in stats_arena_print()
[all …]
H A Darena.c131 uint64_t ndalloc = arena_stats_read_u64(tsdn, &arena->stats, in arena_stats_merge() local
132 &arena->stats.lstats[i].ndalloc); in arena_stats_merge()
133 arena_stats_accum_u64(&lstats[i].ndalloc, ndalloc); in arena_stats_merge()
134 arena_stats_accum_u64(&astats->ndalloc_large, ndalloc); in arena_stats_merge()
143 assert(nmalloc >= ndalloc); in arena_stats_merge()
144 assert(nmalloc - ndalloc <= SIZE_T_MAX); in arena_stats_merge()
145 size_t curlextents = (size_t)(nmalloc - ndalloc); in arena_stats_merge()
317 &arena->stats.lstats[hindex].ndalloc, 1); in arena_large_dalloc_stats_update()
1551 bin->stats.ndalloc++; in arena_dalloc_bin_locked_impl()
H A Dctl.c725 ctl_arena->astats->bstats[i].ndalloc; in ctl_arena_stats_amerge()
832 sdstats->bstats[i].ndalloc += astats->bstats[i].ndalloc; in ctl_arena_stats_sdmerge()
859 ctl_accum_arena_stats_u64(&sdstats->lstats[i].ndalloc, in ctl_arena_stats_sdmerge()
860 &astats->lstats[i].ndalloc); in ctl_arena_stats_sdmerge()
2821 arenas_i(mib[2])->astats->bstats[mib[4]].ndalloc, uint64_t)
2851 &arenas_i(mib[2])->astats->lstats[mib[4]].ndalloc), uint64_t)
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog230 + stats.arenas.<i>.lextents.<j>.{nmalloc,ndalloc,nrequests,curlextents}
335 + stats.arenas.<i>.huge.{allocated,nmalloc,ndalloc,nrequests}
337 + stats.arenas.<i>.lruns.<j>.{nmalloc,ndalloc,nrequests,curruns}
338 + stats.arenas.<i>.hchunks.<j>.{nmalloc,ndalloc,nrequests,curhchunks}
723 "stats.arenas.<i>.huge.ndalloc", and "stats.arenas.<i>.huge.nrequests"
727 "stats.arenas.<i>.hchunks.<j>.ndalloc",
816 "stats.huge.ndalloc" mallctls.