Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Darena_stats.h86 atomic_zu_t tcache_bytes; /* Derived. */ member
/external/jemalloc_new/src/
Dstats.c536 size_t tcache_bytes; in stats_arena_print() local
810 GET_AND_EMIT_MEM_STAT(tcache_bytes) in stats_arena_print()
Darena.c154 atomic_store_zu(&astats->tcache_bytes, 0, ATOMIC_RELAXED); in arena_stats_merge()
161 arena_stats_accum_zu(&astats->tcache_bytes, in arena_stats_merge()
166 arena_stats_accum_zu(&astats->tcache_bytes, in arena_stats_merge()
Dctl.c823 accum_atomic_zu(&sdstats->astats.tcache_bytes, in ctl_arena_stats_sdmerge()
824 &astats->astats.tcache_bytes); in ctl_arena_stats_sdmerge()
2701 atomic_load_zu(&arenas_i(mib[2])->astats->astats.tcache_bytes, in CTL_RO_NL_CGEN()