Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dzalloc_internal.h581 extern const char * const kalloc_heap_names[KHEAP_ID_COUNT];
H A Dzalloc.h1937 #define KHEAP_ID_COUNT (KHEAP_ID_KT_VAR + 1) macro
H A Dzalloc.c2501 if (__probable(zsflags.z_kheap_id < KHEAP_ID_COUNT)) { in zone_heap_name()