Home
last modified time | relevance | path

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

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