Lines Matching defs:resident
212 base->resident += PAGE_CEILING((uintptr_t)addr + size) -
214 assert(base->allocated <= base->resident);
215 assert(base->resident <= base->mapped);
323 base->resident += PAGE_CEILING(sizeof(base_block_t));
332 assert(base->allocated <= base->resident);
333 assert(base->resident <= base->mapped);
389 base->resident = PAGE_CEILING(sizeof(base_block_t));
394 assert(base->allocated <= base->resident);
395 assert(base->resident <= base->mapped);
495 base_stats_get(tsdn_t *tsdn, base_t *base, size_t *allocated, size_t *resident,
500 assert(base->allocated <= base->resident);
501 assert(base->resident <= base->mapped);
503 *resident = base->resident;