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

/freebsd-11.0-release/contrib/jemalloc/src/
H A Dbase.c11 static size_t base_resident; variable
68 base_resident += PAGE_CEILING(nsize);
120 * Add one PAGE to base_resident for every page boundary that is
123 base_resident += PAGE_CEILING((uintptr_t)ret + csize) -
138 assert(base_allocated <= base_resident);
139 assert(base_resident <= base_mapped);
141 *resident = base_resident;
H A Dctl.c734 size_t base_allocated, base_resident, base_mapped; local
735 base_stats_get(tsdn, &base_allocated, &base_resident,
747 ctl_stats.resident = base_resident +

Completed in 120 milliseconds