Searched refs:IOFreeData (Results 1 – 13 of 13) sorted by relevance
| /xnu-8792.41.9/iokit/Kernel/ |
| H A D | IOStateReporter.cpp | 102 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 D | IOReporter.cpp | 254 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 D | IOHistogramReporter.cpp | 260 IOFreeData(_bucketBounds, (size_t)_nElements * sizeof(int64_t)); in free() 264 IOFreeData(_histogramSegmentsConfig, in free()
|
| H A D | IONVRAMV3Handler.cpp | 530 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 D | IONVRAMCHRPHandler.cpp | 425 IOFreeData(_nvramImage, _bankSize); in unserializeImage()
|
| H A D | IOLib.cpp | 1196 IOFreeData(void * address, vm_size_t size) in IOFreeData() function
|
| H A D | IOUserServer.cpp | 2424 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 D | IOUserClient.cpp | 921 IOFreeData(msgReference, msgReferenceSize); in free() 1079 IOFreeData(msgReference, msgReferenceSize); in free()
|
| H A D | IOServicePM.cpp | 603 IOFreeData(fReportBuf, STATEREPORT_BUFSIZE(fNumberOfPowerStates)); in PMfree() 7163 IOFreeData(fReportBuf, STATEREPORT_BUFSIZE(fNumberOfPowerStates)); in configurePowerStatesReport()
|
| H A D | IOPMrootDomain.cpp | 9617 IOFreeData(*report, HISTREPORT_BUFSIZE(bktCnt)); in configureReportGated()
|
| /xnu-8792.41.9/libkern/libkern/c++/ |
| H A D | OSAllocation.h | 83 IOFreeData(p, bytes); in deallocate()
|
| /xnu-8792.41.9/iokit/IOKit/ |
| H A D | IOLib.h | 311 void IOFreeData(void * address, vm_size_t size); 352 IOFreeData(os_ptr_load_and_erase(ptr), \
|
| /xnu-8792.41.9/doc/allocators/ |
| H A D | api-basics.md | 180 <tt>IOFreeData(ptr, size)</tt>
|