Searched refs:p_memlimit_increase (Results 1 – 3 of 3) sorted by relevance
3224 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;
723 …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()
491 …uint32_t p_memlimit_increase; /* byte increase for memory limit for dyld SPI rdar://probl… member