Home
last modified time | relevance | path

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

/xnu-8792.41.9/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 DIOHistogramReporter.cpp260 IOFreeData(_bucketBounds, (size_t)_nElements * sizeof(int64_t)); in free()
264 IOFreeData(_histogramSegmentsConfig, in free()
H A DIONVRAMV3Handler.cpp530 IOFreeData(controllerImage, _bankSize); in reloadInternal()
663 IOFreeData(_nvramImage, _bankSize); in unserializeImage()
769 IOFreeData(v3Entry, nvram_v3_var_container_size(header)); in unserializeImage()
901 IOFreeData(newV3Entry, newEntrySize); in setVariable()
1222 IOFreeData(block, _bankSize); in syncBlock()
H A DIONVRAMCHRPHandler.cpp425 IOFreeData(_nvramImage, _bankSize); in unserializeImage()
H A DIOLib.cpp1196 IOFreeData(void * address, vm_size_t size) in IOFreeData() function
H A DIOUserServer.cpp2424 IOFreeData(queueNames, sizeof(IOPStrings) + queueNames->dataSize * sizeof(char)); in free()
2428 IOFreeData(description, description->descriptionSize); in free()
2703 IOFreeData(array, alloc); in copyInStringArray()
H A DIOUserClient.cpp921 IOFreeData(msgReference, msgReferenceSize); in free()
1079 IOFreeData(msgReference, msgReferenceSize); in free()
H A DIOServicePM.cpp603 IOFreeData(fReportBuf, STATEREPORT_BUFSIZE(fNumberOfPowerStates)); in PMfree()
7163 IOFreeData(fReportBuf, STATEREPORT_BUFSIZE(fNumberOfPowerStates)); in configurePowerStatesReport()
H A DIOPMrootDomain.cpp9617 IOFreeData(*report, HISTREPORT_BUFSIZE(bktCnt)); in configureReportGated()
/xnu-8792.41.9/libkern/libkern/c++/
H A DOSAllocation.h83 IOFreeData(p, bytes); in deallocate()
/xnu-8792.41.9/iokit/IOKit/
H A DIOLib.h311 void IOFreeData(void * address, vm_size_t size);
352 IOFreeData(os_ptr_load_and_erase(ptr), \
/xnu-8792.41.9/doc/allocators/
H A Dapi-basics.md180 <tt>IOFreeData(ptr, size)</tt>