Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/kern/
H A Dkalloc.c1857 fallback = KHEAP_ANY; in kalloc_type_get_heap()
2272 if (kheap == KHEAP_ANY) { in kfree_heap_confusion_panic()
2398 if (kheap != KHEAP_ANY && kheap != KHEAP_KT_VAR) { in kfree_zone()
2529 kfree_ext(KHEAP_ANY, addr, size); in kfree_external()
H A Dkalloc.h127 #define KHEAP_ANY ((struct kalloc_heap *)NULL) macro
/xnu-8792.81.2/iokit/Kernel/
H A DIOLib.cpp380 IOFree_internal(KHEAP_ANY, inAddress, size); in IOFree()