Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c933 roundToNearestMB(uint32_t in) in roundToNearestMB() function
7594 mmp_entry.memlimit_increase = roundToNearestMB(p->p_memlimit_increase);
7826 set_entry.memlimit_active += roundToNearestMB(p->p_memlimit_increase);
7842 set_entry.memlimit_inactive += roundToNearestMB(p->p_memlimit_increase);
8574 const uint32_t current_memlimit_increase = roundToNearestMB(p->p_memlimit_increase);
8584 mmp_entry.memlimit_active += roundToNearestMB(page_aligned_increase);
8589 mmp_entry.memlimit_inactive += roundToNearestMB(page_aligned_increase);