Home
last modified time | relevance | path

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

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