Home
last modified time | relevance | path

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

/xnu-8019.80.24/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.cpp459 _swapElements = (IOReportElement *)IOMallocZeroData(newElementsSize); in handleSwapPrepare()
467 _swapEnableCounts = (int *)IOMallocZeroData(newECSize); in handleSwapPrepare()
H A DIOStateReporter.cpp139 _swapLastUpdateTimes = (uint64_t *)IOMallocZeroData(newTSSize); in handleSwapPrepare()
H A DIOLib.cpp1061 IOMallocZeroData(vm_size_t size) in IOMallocZeroData() function
H A DIOUserClient.cpp893 msgReference = IOMallocZeroData(msgReferenceSize); in OSDefineMetaClassAndStructors()
1051 msgReference = IOMallocZeroData(msgReferenceSize); in OSDefineMetaClassAndStructors()
H A DIOServicePM.cpp7100 fReportBuf = IOMallocZeroData(reportSize); in configurePowerStatesReport()
H A DIOPMrootDomain.cpp9538 *report = IOMallocZeroData(reportSize); in configureReportGated()
/xnu-8019.80.24/libkern/libkern/c++/
H A DOSAllocation.h77 return IOMallocZeroData(bytes); in allocate_zero()
/xnu-8019.80.24/iokit/IOKit/
H A DIOLib.h279 void * IOMallocZeroData(vm_size_t size) __attribute__((alloc_size(1)));
323 ((type *)IOMallocZeroData(IOMallocArraySize(0, sizeof(type), count)))