Home
last modified time | relevance | path

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

/xnu-10002.81.5/iokit/IOKit/
H A DIOLib.h118 __IOMalloc_internal( in __IOMalloc_internal() function
130 #define IOMalloc(size) __IOMalloc_internal(KHEAP_DEFAULT, size, Z_WAITOK)
131 #define IOMallocZero(size) __IOMalloc_internal(KHEAP_DEFAULT, size, Z_ZERO)
283 #define IOMallocData(size) __IOMalloc_internal(KHEAP_DATA_BUFFERS, size, Z_WAITOK)
284 #define IOMallocZeroData(size) __IOMalloc_internal(KHEAP_DATA_BUFFERS, size, Z_ZERO)