Searched refs:IOMallocData (Results 1 – 8 of 8) sorted by relevance
71 return IOMallocData(bytes); in allocate()
283 #define IOMallocData(size) __IOMalloc_internal(KHEAP_DATA_BUFFERS, size, Z_WAITOK) macro293 void * IOMallocData(vm_size_t size) __attribute__((alloc_size(1)));344 ((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()
408 controllerImage = (uint8_t *)IOMallocData(_bankSize); in reloadInternal()1144 block = (uint8_t *)IOMallocData(_bankSize); in syncBlock()
703 canonicalString = (char *) IOMallocData(length); in keyWithGuidAndCString()
2745 array = (typeof(array))IOMallocData(alloc); in copyInStringArray()4344 cls->description = (typeof(cls->description))IOMallocData(size); in registerClass()