Home
last modified time | relevance | path

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

/xnu-10002.61.3/libkern/libkern/c++/
H A DOSAllocation.h71 return IOMallocData(bytes); in allocate()
/xnu-10002.61.3/iokit/IOKit/
H A DIOLib.h283 #define IOMallocData(size) __IOMalloc_internal(KHEAP_DATA_BUFFERS, size, Z_WAITOK) macro
293 void * IOMallocData(vm_size_t size) __attribute__((alloc_size(1)));
344 ((type *)IOMallocData(IOMallocArraySize(0, sizeof(type), count)))
/xnu-10002.61.3/doc/allocators/
H A Dapi-basics.md97 one of its variants (like IOKit's `IOMallocData`). However, this comes with
178 <tt>IOMallocData(size)</tt><br/>
209 (or <tt>IOMallocData</tt>).
365 being allocated (i.e. `IOMallocData` for data only buffers, and `IOMallocType`/`IONew`
/xnu-10002.61.3/iokit/Kernel/
H A DIOHistogramReporter.cpp124 _histogramSegmentsConfig = (IOHistogramSegmentConfig*)IOMallocData(configSize); in initWith()
H A DIOStateReporter.cpp130 _swapCurrentStates = (int*)IOMallocData(newCurStatesSize); in handleSwapPrepare()
H A DIONVRAMV3Handler.cpp408 controllerImage = (uint8_t *)IOMallocData(_bankSize); in reloadInternal()
1144 block = (uint8_t *)IOMallocData(_bankSize); in syncBlock()
H A DIONVRAM.cpp703 canonicalString = (char *) IOMallocData(length); in keyWithGuidAndCString()
H A DIOUserServer.cpp2745 array = (typeof(array))IOMallocData(alloc); in copyInStringArray()
4344 cls->description = (typeof(cls->description))IOMallocData(size); in registerClass()