Searched refs:IOMallocZeroData (Results 1 – 9 of 9) sorted by relevance
159 _elements = (IOReportElement *)IOMallocZeroData(elementsSize); in initWith()167 _enableCounts = (int *)IOMallocZeroData(eCountsSize); in initWith()202 _bucketBounds = (int64_t*)IOMallocZeroData(boundsSize); in initWith()
459 _swapElements = (IOReportElement *)IOMallocZeroData(newElementsSize); in handleSwapPrepare()467 _swapEnableCounts = (int *)IOMallocZeroData(newECSize); in handleSwapPrepare()
139 _swapLastUpdateTimes = (uint64_t *)IOMallocZeroData(newTSSize); in handleSwapPrepare()
1061 IOMallocZeroData(vm_size_t size) in IOMallocZeroData() function
893 msgReference = IOMallocZeroData(msgReferenceSize); in OSDefineMetaClassAndStructors()1051 msgReference = IOMallocZeroData(msgReferenceSize); in OSDefineMetaClassAndStructors()
7100 fReportBuf = IOMallocZeroData(reportSize); in configurePowerStatesReport()
9538 *report = IOMallocZeroData(reportSize); in configureReportGated()
77 return IOMallocZeroData(bytes); in allocate_zero()
279 void * IOMallocZeroData(vm_size_t size) __attribute__((alloc_size(1)));323 ((type *)IOMallocZeroData(IOMallocArraySize(0, sizeof(type), count)))