Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkern_memorystatus.c3224 if (p->p_memlimit_increase) { in memstat_set_memlimits_locked()
3226 int32_t memlimit_increase = roundToNearestMB(p->p_memlimit_increase); in memstat_set_memlimits_locked()
8633 mmp_entry.memlimit_increase = roundToNearestMB(p->p_memlimit_increase);
8634 mmp_entry.memlimit_increase_bytes = p->p_memlimit_increase;
8838 limit += roundToNearestMB(p->p_memlimit_increase);
9784 const uint32_t current_memlimit_increase = roundToNearestMB(p->p_memlimit_increase);
9786 …const int32_t page_aligned_increase = (int32_t) MIN(round_page(p->p_memlimit_increase + byte_incre…
9805 p->p_memlimit_increase = page_aligned_increase;
H A Dkern_exit.c723 …dr(crash_info_ptr, TASK_CRASHINFO_MEMORY_LIMIT_INCREASE, sizeof(p->p_memlimit_increase), &uaddr)) { in populate_corpse_crashinfo()
724 kcdata_memcpy(crash_info_ptr, uaddr, &p->p_memlimit_increase, sizeof(p->p_memlimit_increase)); in populate_corpse_crashinfo()
/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h491 …uint32_t p_memlimit_increase; /* byte increase for memory limit for dyld SPI rdar://probl… member