Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/kern/
H A Dkern_memorystatus.c8679 …const int32_t page_aligned_increase = (int32_t) MIN(round_page(p->p_memlimit_increase + byte_incre… local
8687 mmp_entry.memlimit_active += roundToNearestMB(page_aligned_increase);
8692 mmp_entry.memlimit_inactive += roundToNearestMB(page_aligned_increase);
8698 p->p_memlimit_increase = page_aligned_increase;