Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Kernel/ !
H A DIOHistogramReporter.cpp159 _elements = (IOReportElement *)IOMallocZeroData(elementsSize); in initWith()
167 _enableCounts = (int *)IOMallocZeroData(eCountsSize); in initWith()
202 _bucketBounds = (int64_t*)IOMallocZeroData(boundsSize); in initWith()
H A DIOReporter.cpp460 _swapElements = (IOReportElement *)IOMallocZeroData(newElementsSize); in handleSwapPrepare()
468 _swapEnableCounts = (int *)IOMallocZeroData(newECSize); in handleSwapPrepare()
H A DIOStateReporter.cpp139 _swapLastUpdateTimes = (uint64_t *)IOMallocZeroData(newTSSize); in handleSwapPrepare()
H A DIONVRAMV3Handler.cpp687 v3Entry = (struct nvram_v3_var_entry *)IOMallocZeroData(nvram_v3_var_container_size(header)); in unserializeVariables()
814 newV3Entry = (struct nvram_v3_var_entry *)IOMallocZeroData(newEntrySize); in setVariableInternal()
H A DIOUserClient.cpp896 msgReference = IOMallocZeroData(msgReferenceSize); in OSDefineMetaClassAndStructors()
1060 msgReference = IOMallocZeroData(msgReferenceSize); in OSDefineMetaClassAndStructors()
H A DIOServicePM.cpp7185 fReportBuf = IOMallocZeroData(reportSize); in configurePowerStatesReport()
H A DIOPMrootDomain.cpp9604 *report = IOMallocZeroData(reportSize); in configureReportGated()
/xnu-8796.121.2/libkern/libkern/c++/ !
H A DOSAllocation.h77 return IOMallocZeroData(bytes); in allocate_zero()
/xnu-8796.121.2/iokit/IOKit/ !
H A DIOLib.h284 #define IOMallocZeroData(size) __IOMalloc_internal(KHEAP_DATA_BUFFERS, size, Z_ZERO) macro
300 void * IOMallocZeroData(vm_size_t size) __attribute__((alloc_size(1)));
347 ((type *)IOMallocZeroData(IOMallocArraySize(0, sizeof(type), count)))
/xnu-8796.121.2/doc/allocators/ !
H A Dapi-basics.md179 <tt>IOMallocZeroData(size)</tt><br/>