Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dzalloc_internal.h597 extern const char * const kalloc_heap_names[KHEAP_ID_COUNT];
H A Dkalloc.c172 const char * const kalloc_heap_names[] = { variable
2796 const char *kheap_name = kalloc_heap_names[kheap->kh_heap_id]; in kfree_heap_confusion_panic()
H A Dzalloc.c2453 return kalloc_heap_names[zsflags.z_kheap_id]; in zone_heap_name()