Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dkern_memorystatus.c604 int memlimit_mb_active = 0, memlimit_mb_inactive = 0; in memorystatus_raise_memlimit() local
610 memlimit_mb_active = p->p_memstat_memlimit_active; in memorystatus_raise_memlimit()
612 memlimit_mb_active = max_task_footprint_mb; in memorystatus_raise_memlimit()
635 memlimit_mb_active = MAX(new_memlimit_active, memlimit_mb_active); in memorystatus_raise_memlimit()
641 SET_ACTIVE_LIMITS_LOCKED(p, memlimit_mb_active, memlimit_active_is_fatal); in memorystatus_raise_memlimit()
663 int memlimit_mb_active = 0, memlimit_mb_inactive = 0; in memorystatus_act_on_legacy_footprint_entitlement() local
672 memlimit_mb_active = p->p_memstat_memlimit_active; in memorystatus_act_on_legacy_footprint_entitlement()
674 memlimit_mb_active = max_task_footprint_mb; in memorystatus_act_on_legacy_footprint_entitlement()
700 memlimit_mb_active += legacy_footprint_bonus_mb; in memorystatus_act_on_legacy_footprint_entitlement()
703 memlimit_mb_active -= legacy_footprint_bonus_mb; in memorystatus_act_on_legacy_footprint_entitlement()
[all …]