Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_memorystatus.c203 p->p_memstat_memlimit != p->p_memstat_memlimit_inactive) { in memstat_update_memlimit_locked()
204 p->p_memstat_memlimit = p->p_memstat_memlimit_inactive; in memstat_update_memlimit_locked()
244 assert3u(p->p_memstat_memlimit, ==, p->p_memstat_memlimit_inactive); in _memstat_write_memlimit_to_ledger_locked()
728 if (p->p_memstat_memlimit_inactive > 0) { in memorystatus_raise_memlimit_locked()
729 memlimit_mb_inactive = p->p_memstat_memlimit_inactive; in memorystatus_raise_memlimit_locked()
730 } else if (p->p_memstat_memlimit_inactive == -1) { in memorystatus_raise_memlimit_locked()
781 if (p->p_memstat_memlimit_inactive > 0) { in memorystatus_act_on_legacy_footprint_entitlement()
782 memlimit_mb_inactive = p->p_memstat_memlimit_inactive; in memorystatus_act_on_legacy_footprint_entitlement()
783 } else if (p->p_memstat_memlimit_inactive == -1) { in memorystatus_act_on_legacy_footprint_entitlement()
1230 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.1.9/bsd/sys/
H A Dproc_internal.h479 …int32_t p_memstat_memlimit_inactive; /* memory limit enforced when process is in inacti… member
/xnu-12377.1.9/doc/vm/
H A Dmemorystatus.md107 …se values on the proc structure (`p_memstat_memlimit_active`, `p_memstat_memlimit_inactive`, `p_me…