Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dbin.h69 stats->nmalloc += bin->stats.nmalloc;
H A Dbin_stats.h12 * each to nmalloc and ndalloc.
14 uint64_t nmalloc; member
H A Darena_stats.h19 locked_u64_t nmalloc;
29 arena_stats_u64_t nmalloc; global() member
/freebsd/contrib/tcsh/
H A Dtc.alloc.c152 static U_int nmalloc[NBUCKETS] IZERO_STRUCT; variable
229 nmalloc[bucket]++; in malloc()
339 nmalloc[size]--; in free()
624 xprintf(" %4d", nmalloc[i]); in showall()
625 totused += nmalloc[i] * (1 << (i + 3)); in showall()
/freebsd/contrib/jemalloc/src/
H A Dstats.c325 COL_HDR(row, nmalloc, NULL, right, 13, uint64) in stats_arena_bins_print()
403 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; in stats_arena_bins_print()
441 CTL_LEAF(stats_arenas_mib, 5, "nmalloc", &nmalloc, uint64_t); in stats_arena_bins_print()
459 emitter_json_kv(emitter, "nmalloc", emitter_type_uint64, in stats_arena_bins_print()
460 &nmalloc); in stats_arena_bins_print()
517 col_nmalloc.uint64_val = nmalloc; in stats_arena_lextents_print()
518 col_nmalloc_ps.uint64_val = rate_per_second(nmalloc, uptime); in stats_arena_lextents_print()
579 COL_HDR(row, nmalloc, NULL, right, 13, uint64) in stats_arena_extents_print()
617 uint64_t nmalloc, ndallo in stats_arena_extents_print()
343 uint64_t nmalloc, ndalloc, nrequests, nfills, nflushes; stats_arena_bins_print() local
500 uint64_t nmalloc, ndalloc, nrequests; stats_arena_lextents_print() local
[all...]
H A Darena.c109 uint64_t nmalloc = locked_read_u64(tsdn, in arena_stats_merge()
111 &arena->stats.lstats[i].nmalloc); in arena_stats_merge()
112 locked_inc_u64_unsynchronized(&lstats[i].nmalloc, nmalloc); in arena_stats_merge()
113 astats->nmalloc_large += nmalloc; in arena_stats_merge()
125 nmalloc + nrequests); in arena_stats_merge()
126 astats->nrequests_large += nmalloc + nrequests; in arena_stats_merge()
128 /* nfill == nmalloc for large currently. */ in arena_stats_merge()
129 locked_inc_u64_unsynchronized(&lstats[i].nfills, nmalloc); in arena_stats_merge()
130 astats->nfills_large += nmalloc; in arena_stats_merge()
139 uint64_t nmalloc = arena_stats_read_u64(tsdn, &arena->stats, arena_stats_merge() local
[all...]
H A Dctl.c604 {NAME("nmalloc"), CTL(stats_arenas_i_small_nmalloc)},
613 {NAME("nmalloc"), CTL(stats_arenas_i_large_nmalloc)},
642 {NAME("nmalloc"), CTL(stats_arenas_i_bins_j_nmalloc)},
664 {NAME("nmalloc"), CTL(stats_arenas_i_lextents_j_nmalloc)},
1072 ctl_arena->astats->nmalloc_small += bstats->nmalloc; in ctl_refresh()
1191 merged->nmalloc += bstats->nmalloc; in ctl_init()
1216 ctl_accum_locked_u64(&sdstats->lstats[i].nmalloc, in ctl_lookup()
1217 &astats->lstats[i].nmalloc); in ctl_lookup()
3675 arenas_i(mib[2])->astats->bstats[mib[4]].stats_data.nmalloc, uint64_
[all...]
/freebsd/contrib/jemalloc/
H A DChangeLog466 + stats.arenas.<i>.lextents.<j>.{nmalloc,ndalloc,nrequests,curlextents}
571 + stats.arenas.<i>.huge.{allocated,nmalloc,ndalloc,nrequests}
573 + stats.arenas.<i>.lruns.<j>.{nmalloc,ndalloc,nrequests,curruns}
574 + stats.arenas.<i>.hchunks.<j>.{nmalloc,ndalloc,nrequests,curhchunks}
958 + The "stats.arenas.<i>.huge.allocated", "stats.arenas.<i>.huge.nmalloc",
962 "stats.arenas.<i>.hchunks.<j>.nmalloc",
1051 - Remove the "stats.huge.allocated", "stats.huge.nmalloc", and