Home
last modified time | relevance | path

Searched refs:kalloc_heap_names (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 Dkalloc.c169 const char * const kalloc_heap_names[] = { variable
2644 const char *kheap_name = kalloc_heap_names[kheap->kh_heap_id]; in kfree_heap_confusion_panic()
H A Dzalloc.c2538 return kalloc_heap_names[zsflags.z_kheap_id]; in zone_heap_name()