Home
last modified time | relevance | path

Searched refs:IOFreeData (Results 1 – 14 of 14) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOStateReporter.cpp102 IOFreeData(_currentStates, (size_t)_nChannels * sizeof(int)); in free()
106 IOFreeData(_lastUpdateTimes, (size_t)_nChannels * sizeof(uint64_t)); in free()
149 IOFreeData(_swapCurrentStates, newCurStatesSize); in handleSwapPrepare()
153 IOFreeData(_swapLastUpdateTimes, newTSSize); in handleSwapPrepare()
245 IOFreeData(_swapCurrentStates, (size_t)swapNChannels * sizeof(int)); in handleSwapCleanup()
250 IOFreeData(_swapLastUpdateTimes, (size_t)swapNChannels * sizeof(uint64_t)); in handleSwapCleanup()
H A DIOReporter.cpp254 IOFreeData(_elements, (size_t)_nElements * sizeof(IOReportElement)); in free()
258 IOFreeData(_enableCounts, (size_t)_nChannels * sizeof(int)); in free()
479 IOFreeData(_swapElements, newElementsSize); in handleSwapPrepare()
483 IOFreeData(_swapEnableCounts, newECSize); in handleSwapPrepare()
591 IOFreeData(_swapElements, (size_t)swapNElements * sizeof(IOReportElement)); in handleSwapCleanup()
596 IOFreeData(_swapEnableCounts, (size_t)swapNChannels * sizeof(int)); in handleSwapCleanup()
H A DIONVRAMV3Handler.cpp495 IOFreeData(controllerImage, _bankSize); in reloadInternal()
615 IOFreeData(_nvramImage, _bankSize); in unserializeImage()
812 IOFreeData(v3Entry, nvram_v3_var_container_size(header)); in unserializeVariables()
931 IOFreeData(newV3Entry, newEntrySize); in setVariableInternal()
1105 IOFreeData(bankData, _bankSize); in reclaim()
1243 IOFreeData(appendBuffer, _bankSize); in syncRaw()
1244 IOFreeData(invalidateOffsets, invalidateOffsetsCount * sizeof(size_t)); in syncRaw()
1322 IOFreeData(block, _bankSize); in syncBlock()
H A DIOHistogramReporter.cpp260 IOFreeData(_bucketBounds, (size_t)_nElements * sizeof(int64_t)); in free()
264 IOFreeData(_histogramSegmentsConfig, in free()
H A DIONVRAMCHRPHandler.cpp421 IOFreeData(_nvramImage, _bankSize); in unserializeImage()
H A DIOLib.cpp1199 IOFreeData(void * address, vm_size_t size) in IOFreeData() function
H A DIONVRAM.cpp739 IOFreeData(canonicalString, length); in keyWithGuidAndCString()
H A DIOUserServer.cpp2506 IOFreeData(queueNames, sizeof(IOPStrings) + queueNames->dataSize * sizeof(char)); in free()
2510 IOFreeData(description, description->descriptionSize); in free()
2792 IOFreeData(array, alloc); in copyInStringArray()
H A DIOUserClient.cpp974 IOFreeData(msgReference, msgReferenceSize); in free()
1139 IOFreeData(msgReference, msgReferenceSize); in free()
H A DIOServicePM.cpp619 IOFreeData(fReportBuf, STATEREPORT_BUFSIZE(fNumberOfPowerStates)); in PMfree()
7413 IOFreeData(fReportBuf, STATEREPORT_BUFSIZE(fNumberOfPowerStates)); in configurePowerStatesReport()
H A DIOPMrootDomain.cpp9811 IOFreeData(*report, HISTREPORT_BUFSIZE(bktCnt));
/xnu-11215/libkern/libkern/c++/
H A DOSAllocation.h83 IOFreeData(p, bytes); in deallocate()
/xnu-11215/iokit/IOKit/
H A DIOLib.h317 void IOFreeData(void * address, vm_size_t size);
328 IOFreeData(os_ptr_load_and_erase(ptr), \
/xnu-11215/doc/allocators/
H A Dapi-basics.md186 <tt>IOFreeData(ptr, size)</tt>