Searched refs:base_resident (Results 1 – 2 of 2) sorted by relevance
12 static size_t base_resident; variable77 base_resident += PAGE_CEILING(nsize); in base_chunk_alloc()132 base_resident += PAGE_CEILING((uintptr_t)ret + csize) - in base_alloc()147 assert(base_allocated <= base_resident); in base_stats_get()148 assert(base_resident <= base_mapped); in base_stats_get()150 *resident = base_resident; in base_stats_get()
734 size_t base_allocated, base_resident, base_mapped; in ctl_refresh() local735 base_stats_get(tsdn, &base_allocated, &base_resident, in ctl_refresh()747 ctl_stats.resident = base_resident + in ctl_refresh()