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