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()
688 v3Entry = (struct nvram_v3_var_entry *)IOMallocZeroData(nvram_v3_var_container_size(header)); in unserializeVariables()815 newV3Entry = (struct nvram_v3_var_entry *)IOMallocZeroData(newEntrySize); in setVariableInternal()
949 msgReference = IOMallocZeroData(msgReferenceSize); in OSDefineMetaClassAndStructors()1115 msgReference = IOMallocZeroData(msgReferenceSize); in OSDefineMetaClassAndStructors()
7260 fReportBuf = IOMallocZeroData(reportSize); in configurePowerStatesReport()
9694 *report = IOMallocZeroData(reportSize);
77 return IOMallocZeroData(bytes); in allocate_zero()
284 #define IOMallocZeroData(size) __IOMalloc_internal(KHEAP_DATA_BUFFERS, size, Z_ZERO) macro300 void * IOMallocZeroData(vm_size_t size) __attribute__((alloc_size(1)));347 ((type *)IOMallocZeroData(IOMallocArraySize(0, sizeof(type), count)))
185 <tt>IOMallocZeroData(size)</tt><br/>