Home
last modified time | relevance | path

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

/xnu-11417.101.15/iokit/IOKit/
H A DIOLib.h126 __IOMalloc_internal( in __IOMalloc_internal() function
138 #define IOMalloc(size) __IOMalloc_internal(KHEAP_DEFAULT, size, Z_WAITOK)
139 #define IOMallocZero(size) __IOMalloc_internal(KHEAP_DEFAULT, size, Z_ZERO)
291 #define IOMallocData(size) __IOMalloc_internal(KHEAP_DATA_BUFFERS, size, Z_WAITOK)
292 #define IOMallocZeroData(size) __IOMalloc_internal(KHEAP_DATA_BUFFERS, size, Z_ZERO)