Searched refs:__IOMalloc_internal (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/iokit/IOKit/ |
| H A D | IOLib.h | 126 __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(GET_KEXT_KHEAP_DATA(), size, Z_WAITOK) 292 #define IOMallocZeroData(size) __IOMalloc_internal(GET_KEXT_KHEAP_DATA(), size, Z_ZERO) 294 #define IOMallocDataSharable(size) __IOMalloc_internal(KHEAP_DATA_SHARED, size, Z_WAITOK) 295 #define IOMallocZeroDataSharable() __IOMalloc_internal(KHEAP_DATA_SHARED, size, Z_ZERO)
|