Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkern_memorystatus.c200 p->p_memstat_memlimit != p->p_memstat_memlimit_inactive) { in memstat_update_memlimit_locked()
201 p->p_memstat_memlimit = p->p_memstat_memlimit_inactive; in memstat_update_memlimit_locked()
241 assert3u(p->p_memstat_memlimit, ==, p->p_memstat_memlimit_inactive); in _memstat_write_memlimit_to_ledger_locked()
733 if (p->p_memstat_memlimit_inactive > 0) { in memorystatus_raise_memlimit_locked()
734 memlimit_mb_inactive = p->p_memstat_memlimit_inactive; in memorystatus_raise_memlimit_locked()
735 } else if (p->p_memstat_memlimit_inactive == -1) { in memorystatus_raise_memlimit_locked()
786 if (p->p_memstat_memlimit_inactive > 0) { in memorystatus_act_on_legacy_footprint_entitlement()
787 memlimit_mb_inactive = p->p_memstat_memlimit_inactive; in memorystatus_act_on_legacy_footprint_entitlement()
788 } else if (p->p_memstat_memlimit_inactive == -1) { in memorystatus_act_on_legacy_footprint_entitlement()
1235 p->p_memstat_memlimit_inactive, in memorystatus_debug_dump_bucket_locked()
[all …]
H A Dkern_fork.c1209 child_proc->p_memstat_memlimit_inactive = 0; in forkproc()
/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h479 …int32_t p_memstat_memlimit_inactive; /* memory limit enforced when process is in inacti… member
/xnu-12377.41.6/doc/vm/
H A Dmemorystatus.md107 …se values on the proc structure (`p_memstat_memlimit_active`, `p_memstat_memlimit_inactive`, `p_me…