Searched refs:IOMallocData (Results 1 – 7 of 7) sorted by relevance
71 return IOMallocData(bytes); in allocate()
254 #define IOMallocData(size) IOMalloc_internal(KHEAP_DATA_BUFFERS, size, Z_WAITOK) macro264 void * IOMallocData(vm_size_t size) __attribute__((alloc_size(1)));315 ((type *)IOMallocData(IOMallocArraySize(0, sizeof(type), count)))
97 one of its variants (like IOKit's `IOMallocData`). However, this comes with178 <tt>IOMallocData(size)</tt><br/>209 (or <tt>IOMallocData</tt>).365 being allocated (i.e. `IOMallocData` for data only buffers, and `IOMallocType`/`IONew`
124 _histogramSegmentsConfig = (IOHistogramSegmentConfig*)IOMallocData(configSize); in initWith()
130 _swapCurrentStates = (int*)IOMallocData(newCurStatesSize); in handleSwapPrepare()
781 _controllerImage = (uint8_t *)IOMallocData(_nvramSize); in setController()
2552 array = (typeof(array))IOMallocData(alloc); in copyInStringArray()3999 cls->description = (typeof(cls->description))IOMallocData(size); in registerClass()