Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Dkern_memorystatus.c8872 …const int32_t page_aligned_increase = (int32_t) MIN(round_page(p->p_memlimit_increase + byte_incre… local
8880 mmp_entry.memlimit_active += roundToNearestMB(page_aligned_increase);
8885 mmp_entry.memlimit_inactive += roundToNearestMB(page_aligned_increase);
8891 p->p_memlimit_increase = page_aligned_increase;