Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Dkern_memorystatus_internal.h233 extern os_log_t memorystatus_log_handle;
253 #define _memorystatus_log_with_type(type, format, ...) os_log_with_type(memorystatus_log_handle, ty…
H A Dkern_memorystatus.c294 os_log_t memorystatus_log_handle; variable
1332 memorystatus_log_handle = os_log_create("com.apple.xnu.memorystatus", "memorystatus"); in memorystatus_init()
1355 …os_log_debug_with_startup_serial(memorystatus_log_handle, "Enabling panic on jetsam for process %s… in memorystatus_init()