Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dbin.h111 dst_bin_stats->ndalloc += bin->stats.ndalloc; in bin_stats_merge()
H A Dbin_stats.h15 uint64_t ndalloc; member
H A Darena_stats.h30 arena_stats_u64_t ndalloc; member
/freebsd/contrib/jemalloc/src/
H A Dstats.c290 COL_HDR(row, ndalloc, NULL, right, 13, uint64) in stats_arena_bins_print()
343 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; in stats_arena_bins_print() local
363 CTL_M2_M4_GET("stats.arenas.0.bins.0.ndalloc", i, j, &ndalloc, in stats_arena_bins_print()
389 &ndalloc); in stats_arena_bins_print()
436 col_ndalloc.uint64_val = ndalloc; in stats_arena_bins_print()
437 col_ndalloc_ps.uint64_val = rate_per_second(ndalloc, uptime); in stats_arena_bins_print()
487 COL_HDR(row, ndalloc, NULL, right, 13, uint64) in stats_arena_lextents_print()
500 uint64_t nmalloc, ndalloc, nrequests; in stats_arena_lextents_print() local
506 &ndalloc, uint64_t); in stats_arena_lextents_print()
531 col_ndalloc.uint64_val = ndalloc; in stats_arena_lextents_print()
[all …]
H A Darena.c144 uint64_t ndalloc = arena_stats_read_u64(tsdn, &arena->stats, in arena_stats_merge() local
145 &arena->stats.lstats[i].ndalloc); in arena_stats_merge()
146 arena_stats_accum_u64(&lstats[i].ndalloc, ndalloc); in arena_stats_merge()
147 arena_stats_accum_u64(&astats->ndalloc_large, ndalloc); in arena_stats_merge()
165 assert(nmalloc >= ndalloc); in arena_stats_merge()
166 assert(nmalloc - ndalloc <= SIZE_T_MAX); in arena_stats_merge()
167 size_t curlextents = (size_t)(nmalloc - ndalloc); in arena_stats_merge()
412 &arena->stats.lstats[hindex].ndalloc, 1); in arena_large_dalloc_stats_update()
1706 bin->stats.ndalloc++; in arena_dalloc_bin_locked_impl()
H A Dctl.c813 ctl_arena->astats->bstats[i].ndalloc; in ctl_arena_stats_amerge()
931 sdstats->bstats[i].ndalloc += astats->bstats[i].ndalloc; in ctl_arena_stats_sdmerge()
962 ctl_accum_arena_stats_u64(&sdstats->lstats[i].ndalloc, in ctl_arena_stats_sdmerge()
963 &astats->lstats[i].ndalloc); in ctl_arena_stats_sdmerge()
3010 arenas_i(mib[2])->astats->bstats[mib[4]].ndalloc, uint64_t)
3042 &arenas_i(mib[2])->astats->lstats[mib[4]].ndalloc), uint64_t)
/freebsd/contrib/jemalloc/
H A DChangeLog366 + stats.arenas.<i>.lextents.<j>.{nmalloc,ndalloc,nrequests,curlextents}
471 + stats.arenas.<i>.huge.{allocated,nmalloc,ndalloc,nrequests}
473 + stats.arenas.<i>.lruns.<j>.{nmalloc,ndalloc,nrequests,curruns}
474 + stats.arenas.<i>.hchunks.<j>.{nmalloc,ndalloc,nrequests,curhchunks}
859 "stats.arenas.<i>.huge.ndalloc", and "stats.arenas.<i>.huge.nrequests"
863 "stats.arenas.<i>.hchunks.<j>.ndalloc",
952 "stats.huge.ndalloc" mallctls.