Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dkern_memorystatus.h637 void memorystatus_log_exception(const int max_footprint_mb, boolean_t memlimit_is_active, boolean_t…
/xnu-11215/osfmk/kern/
H A Dtask.c505 extern void memorystatus_log_exception(const int max_footprint_mb, bool memlimit_is_active, boo…
7361 memorystatus_log_exception((int)ledger_limit_size, memlimit_is_active, memlimit_is_fatal); in task_process_crossed_limit_no_diag()
/xnu-11215/bsd/kern/
H A Dkern_memorystatus.c4538 memorystatus_log_exception(const int max_footprint_mb, boolean_t memlimit_is_active, boolean_t meml… in memorystatus_log_exception() function