Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dkern_memorystatus.h605 void memorystatus_log_exception(const int max_footprint_mb, boolean_t memlimit_is_active, boolean_t…
/xnu-8020.140.41/osfmk/kern/
H A Dtask.c411 extern void memorystatus_log_exception(const int max_footprint_mb, boolean_t memlimit_is_active…
6954 memorystatus_log_exception((int)max_footprint_mb, memlimit_is_active, memlimit_is_fatal); in task_footprint_exceeded()
/xnu-8020.140.41/bsd/kern/
H A Dkern_memorystatus.c4389 memorystatus_log_exception(const int max_footprint_mb, boolean_t memlimit_is_active, boolean_t meml… in memorystatus_log_exception() function