Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Dkern_memorystatus_internal.h237 extern os_log_t memorystatus_log_handle;
257 #define _memorystatus_log_with_type(type, format, ...) os_log_with_type(memorystatus_log_handle, ty…
H A Dkern_memorystatus.c332 os_log_t memorystatus_log_handle; variable
1398 memorystatus_log_handle = os_log_create("com.apple.xnu", "memorystatus"); in memorystatus_init()