Home
last modified time | relevance | path

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

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