Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dkalloc.c1890 fallback = KHEAP_ANY; in kalloc_type_get_heap()
2270 if (kheap == KHEAP_ANY) { in kfree_heap_confusion_panic()
2388 if (kheap != KHEAP_ANY && kheap != KHEAP_KT_VAR) { in kfree_zone()
2521 kfree_ext(KHEAP_ANY, addr, size); in kfree_external()
H A Dkalloc.h131 #define KHEAP_ANY ((struct kalloc_heap *)NULL) macro
/xnu-8020.140.41/iokit/Kernel/
H A DIOLib.cpp379 IOFree_internal(KHEAP_ANY, inAddress, size); in IOFree()