Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Dkern_memorystatus.c8878 …const int32_t page_aligned_increase = (int32_t) MIN(round_page(p->p_memlimit_increase + byte_incre… local
8886 mmp_entry.memlimit_active += roundToNearestMB(page_aligned_increase);
8891 mmp_entry.memlimit_inactive += roundToNearestMB(page_aligned_increase);
8897 p->p_memlimit_increase = page_aligned_increase;