Searched refs:tcache_bytes (Results 1 – 4 of 4) sorted by relevance
104 size_t tcache_bytes; member
263 size_t tcache_bytes; in stats_arena_print() local427 CTL_M2_GET("stats.arenas.0.tcache_bytes", i, &tcache_bytes, in stats_arena_print()431 "\t\t\t\t\"tcache\": %zu,\n", tcache_bytes); in stats_arena_print()434 "tcache: %12zu\n", tcache_bytes); in stats_arena_print()
630 sdstats->astats.tcache_bytes += in ctl_arena_stats_sdmerge()631 astats->astats.tcache_bytes; in ctl_arena_stats_sdmerge()2150 arenas_i(mib[2])->astats->astats.tcache_bytes, size_t) in CTL_RO_NL_CGEN()
1634 astats->tcache_bytes = 0; in arena_stats_merge()1638 astats->tcache_bytes += tbin->ncached * in arena_stats_merge()
Completed in 18 milliseconds