Searched refs:muzzy_bytes (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/jemalloc/src/ |
| H A D | pa_extra.c | 134 size_t dirty, muzzy, retained, dirty_bytes, muzzy_bytes, in pa_shard_stats_merge() local 140 muzzy_bytes = ecache_nbytes_get(&shard->pac.ecache_muzzy, i); in pa_shard_stats_merge() 148 estats_out[i].muzzy_bytes = muzzy_bytes; in pa_shard_stats_merge()
|
| H A D | stats.c | 728 muzzy_bytes, retained_bytes, total_bytes; in stats_arena_extents_print() local 736 CTL_LEAF(stats_arenas_mib, 5, "muzzy_bytes", &muzzy_bytes, in stats_arena_extents_print() 742 total_bytes = dirty_bytes + muzzy_bytes + retained_bytes; in stats_arena_extents_print() 761 &muzzy_bytes); in stats_arena_extents_print() 771 col_muzzy.size_val = muzzy_bytes; in stats_arena_extents_print()
|
| H A D | ctl.c | 1238 sdstats->estats[i].muzzy_bytes in ctl_arena_stats_sdmerge() 1239 += astats->estats[i].muzzy_bytes; in ctl_arena_stats_sdmerge() 3734 arenas_i(mib[2])->astats->estats[mib[4]].muzzy_bytes, size_t);
|
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | pac.h | 47 size_t muzzy_bytes; member
|