Home
last modified time | relevance | path

Searched refs:allocated_small (Results 1 – 2 of 2) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dctl.h38 size_t allocated_small; member
/src/contrib/jemalloc/src/
H A Dctl.c1035 ctl_arena->astats->allocated_small = 0; in ctl_arena_clear()
1070 ctl_arena->astats->allocated_small += bstats->curregs * in ctl_arena_stats_amerge()
1154 sdstats->allocated_small += astats->allocated_small; in ctl_arena_stats_sdmerge()
1156 assert(astats->allocated_small == 0); in ctl_arena_stats_sdmerge()
1332 ctl_stats->allocated = ctl_sarena->astats->allocated_small + in ctl_refresh()
3552 arenas_i(mib[2])->astats->allocated_small, size_t) in CTL_RO_CGEN()