Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dbase.c12 static size_t base_resident; variable
77 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()
Dctl.c734 size_t base_allocated, base_resident, base_mapped; in ctl_refresh() local
735 base_stats_get(tsdn, &base_allocated, &base_resident, in ctl_refresh()
747 ctl_stats.resident = base_resident + in ctl_refresh()