Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_memorystatus.c1012 roundToNearestMB(uint32_t in) in roundToNearestMB() function
2889 int32_t memlimit_increase = roundToNearestMB(p->p_memlimit_increase); in memstat_set_memlimits_locked()
7798 mmp_entry.memlimit_increase = roundToNearestMB(p->p_memlimit_increase);
8003 limit += roundToNearestMB(p->p_memlimit_increase);
9034 const uint32_t current_memlimit_increase = roundToNearestMB(p->p_memlimit_increase);
9043 memlimit_active += roundToNearestMB(page_aligned_increase);
9049 memlimit_inactive += roundToNearestMB(page_aligned_increase);