Searched refs:tcache_bytes (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dstats_structs.h104 size_t tcache_bytes; member in struct:arena_stats_s
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dstats.c263 size_t tcache_bytes; local
427 CTL_M2_GET("stats.arenas.0.tcache_bytes", i, &tcache_bytes,
431 "\t\t\t\t\"tcache\": %zu,\n", tcache_bytes);
434 "tcache: %12zu\n", tcache_bytes);
H A Dctl.c387 {NAME("tcache_bytes"), CTL(stats_arenas_i_tcache_bytes)},
630 sdstats->astats.tcache_bytes +=
631 astats->astats.tcache_bytes;
2150 arenas_i(mib[2])->astats->astats.tcache_bytes, size_t)
H A Darena.c1633 /* tcache_bytes counts currently cached bytes. */
1634 astats->tcache_bytes = 0;
1638 astats->tcache_bytes += tbin->ncached *

Completed in 38 milliseconds