Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dzalloc_internal.h468 extern const char * const kalloc_heap_names[KHEAP_ID_COUNT];
H A Dzalloc.h657 #define KHEAP_ID_COUNT (KHEAP_ID_KEXT + 1) macro
H A Dkalloc.c105 static SECURITY_READ_ONLY_LATE(struct zone_map_range) kalloc_large_range[KHEAP_ID_COUNT];
H A Dzalloc.c2705 if (__probable(zsflags.z_kheap_id < KHEAP_ID_COUNT)) { in zone_heap_name()