Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c605 int memlimit_mb_active = 0, memlimit_mb_inactive = 0; in memorystatus_raise_memlimit() local
624 memlimit_mb_inactive = p->p_memstat_memlimit_inactive; in memorystatus_raise_memlimit()
626 memlimit_mb_inactive = max_task_footprint_mb; in memorystatus_raise_memlimit()
637 memlimit_mb_inactive = MAX(new_memlimit_inactive, memlimit_mb_inactive); in memorystatus_raise_memlimit()
643 SET_INACTIVE_LIMITS_LOCKED(p, memlimit_mb_inactive, memlimit_inactive_is_fatal); in memorystatus_raise_memlimit()
664 int memlimit_mb_active = 0, memlimit_mb_inactive = 0; in memorystatus_act_on_legacy_footprint_entitlement() local
687 memlimit_mb_inactive = p->p_memstat_memlimit_inactive; in memorystatus_act_on_legacy_footprint_entitlement()
689 memlimit_mb_inactive = max_task_footprint_mb; in memorystatus_act_on_legacy_footprint_entitlement()
702 memlimit_mb_inactive += legacy_footprint_bonus_mb; in memorystatus_act_on_legacy_footprint_entitlement()
709 memlimit_mb_inactive -= legacy_footprint_bonus_mb; in memorystatus_act_on_legacy_footprint_entitlement()
[all …]