Searched refs:IOMallocZeroData (Results 1 – 10 of 10) 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()
460 _swapElements = (IOReportElement *)IOMallocZeroData(newElementsSize); in handleSwapPrepare()468 _swapEnableCounts = (int *)IOMallocZeroData(newECSize); in handleSwapPrepare()
139 _swapLastUpdateTimes = (uint64_t *)IOMallocZeroData(newTSSize); in handleSwapPrepare()
772 v3Entry = (struct nvram_v3_var_entry *)IOMallocZeroData(nvram_v3_var_container_size(header)); in unserializeVariables()906 newV3Entry = (struct nvram_v3_var_entry *)IOMallocZeroData(newEntrySize); in setVariableInternal()
964 msgReference = IOMallocZeroData(msgReferenceSize); in OSDefineMetaClassAndStructors()1129 msgReference = IOMallocZeroData(msgReferenceSize); in OSDefineMetaClassAndStructors()
7393 fReportBuf = IOMallocZeroData(reportSize); in configurePowerStatesReport()
9800 *report = IOMallocZeroData(reportSize);
77 return IOMallocZeroData(bytes); in allocate_zero()
292 #define IOMallocZeroData(size) __IOMalloc_internal(KHEAP_DATA_BUFFERS, size, Z_ZERO) macro308 void * IOMallocZeroData(vm_size_t size) __attribute__((alloc_size(1)));323 ((type *)IOMallocZeroData(IOMallocArraySize(0, sizeof(type), count)))
185 <tt>IOMallocZeroData(size)</tt><br/>