Searched refs:byte_increase (Results 1 – 1 of 1) sorted by relevance
830 static int memorystatus_cmd_increase_jetsam_task_limit(pid_t pid, uint32_t byte_increase);8666 memorystatus_cmd_increase_jetsam_task_limit(pid_t pid, uint32_t byte_increase) argument8671 if ((pid == 0) || (byte_increase == 0)) {8683 …ge_aligned_increase = (int32_t) MIN(round_page(p->p_memlimit_increase + byte_increase), INT32_MAX);