Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dkern_memorystatus.c932 roundToNearestMB(uint32_t in) in roundToNearestMB() function
7595 mmp_entry.memlimit_increase = roundToNearestMB(p->p_memlimit_increase);
7839 set_entry.memlimit_active += roundToNearestMB(p->p_memlimit_increase);
7855 set_entry.memlimit_inactive += roundToNearestMB(p->p_memlimit_increase);
8587 const uint32_t current_memlimit_increase = roundToNearestMB(p->p_memlimit_increase);
8597 mmp_entry.memlimit_active += roundToNearestMB(page_aligned_increase);
8602 mmp_entry.memlimit_inactive += roundToNearestMB(page_aligned_increase);