Home
last modified time | relevance | path

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

/xnu-10063.121.3/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.cpp688 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()
H A DIOUserClient.cpp949 msgReference = IOMallocZeroData(msgReferenceSize); in OSDefineMetaClassAndStructors()
1115 msgReference = IOMallocZeroData(msgReferenceSize); in OSDefineMetaClassAndStructors()
H A DIOServicePM.cpp7260 fReportBuf = IOMallocZeroData(reportSize); in configurePowerStatesReport()
H A DIOPMrootDomain.cpp9694 *report = IOMallocZeroData(reportSize);
/xnu-10063.121.3/libkern/libkern/c++/
H A DOSAllocation.h77 return IOMallocZeroData(bytes); in allocate_zero()
/xnu-10063.121.3/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-10063.121.3/doc/allocators/
H A Dapi-basics.md185 <tt>IOMallocZeroData(size)</tt><br/>