Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dtask.c7567 uint64_t new_limit_bytes, in task_set_diag_footprint_limit_internal() argument
7582 diag_threshold_validity = task_check_memorythreshold_is_valid( task, new_limit_bytes >> 20, true); in task_set_diag_footprint_limit_internal()
7599 if (new_limit_bytes == -1) { in task_set_diag_footprint_limit_internal()
7618 (ledger_amount_t)new_limit_bytes ); in task_set_diag_footprint_limit_internal()
7638 uint64_t *new_limit_bytes, in task_get_diag_footprint_limit_internal() argument
7643 if (new_limit_bytes == NULL || threshold_disabled == NULL) { in task_get_diag_footprint_limit_internal()
7651 *new_limit_bytes = ledger_limit; in task_get_diag_footprint_limit_internal()