Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/kern/
H A Dkern_memorystatus.c8652 …const int32_t page_aligned_increase = (int32_t) MIN(round_page(p->p_memlimit_increase + byte_incre… local
8660 mmp_entry.memlimit_active += roundToNearestMB(page_aligned_increase);
8665 mmp_entry.memlimit_inactive += roundToNearestMB(page_aligned_increase);
8671 p->p_memlimit_increase = page_aligned_increase;