Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_memorystatus.c3206 if (p->p_memlimit_increase) { in memstat_set_memlimits_locked()
3208 int32_t memlimit_increase = roundToNearestMB(p->p_memlimit_increase); in memstat_set_memlimits_locked()
8591 mmp_entry.memlimit_increase = roundToNearestMB(p->p_memlimit_increase);
8592 mmp_entry.memlimit_increase_bytes = p->p_memlimit_increase;
8796 limit += roundToNearestMB(p->p_memlimit_increase);
9742 const uint32_t current_memlimit_increase = roundToNearestMB(p->p_memlimit_increase);
9744 …const int32_t page_aligned_increase = (int32_t) MIN(round_page(p->p_memlimit_increase + byte_incre…
9763 p->p_memlimit_increase = page_aligned_increase;
H A Dkern_exit.c722 …dr(crash_info_ptr, TASK_CRASHINFO_MEMORY_LIMIT_INCREASE, sizeof(p->p_memlimit_increase), &uaddr)) { in populate_corpse_crashinfo()
723 kcdata_memcpy(crash_info_ptr, uaddr, &p->p_memlimit_increase, sizeof(p->p_memlimit_increase)); in populate_corpse_crashinfo()
/xnu-12377.1.9/bsd/sys/
H A Dproc_internal.h491 …uint32_t p_memlimit_increase; /* byte increase for memory limit for dyld SPI rdar://probl… member