| /xnu-8796.101.5/iokit/Kernel/ |
| H A D | IOMultiMemoryDescriptor.cpp | 89 IODelete(_descriptors, IOMemoryDescriptor *, _descriptorsCount); in initWithDescriptors() 164 IODelete(_descriptors, IOMemoryDescriptor *, _descriptorsCount); in free()
|
| H A D | IOInterleavedMemoryDescriptor.cpp | 170 IODelete(_descriptors, IOMemoryDescriptor *, _descriptorCapacity); in free()
|
| H A D | IOInterruptController.cpp | 562 IODelete(_interruptSources, IOInterruptSource, 1); in initInterruptController()
|
| H A D | IORegistryEntry.cpp | 449 IODelete(array, OSObject *, kIORegistryEntryIndexedPropertyCount); in free() 970 IODelete(array, OSObject *, kIORegistryEntryIndexedPropertyCount); in setIndexedProperty()
|
| H A D | IOService.cpp | 825 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in free() 844 IODelete(_interruptSources, IOInterruptSource, _numInterruptSources); in free() 846 IODelete(sourcesPrivate, IOInterruptSourcePrivate, _numInterruptSources); in free() 8413 IODelete(interruptSources, IOInterruptSource, numSources); in resolveInterrupt() 8414 IODelete(interruptSourcesPrivate, IOInterruptSourcePrivate, numSources); in resolveInterrupt() 8635 …IODelete(reserved->interruptStatisticsArray, IOInterruptAccountingReporter, reserved->interruptSta… in addInterruptStatistics()
|
| H A D | IOMemoryDescriptor.cpp | 2072 IODelete(_ranges.v64, IOAddressRange, _rangesCount); in initWithOptions() 2076 IODelete(_ranges.v, IOVirtualRange, _rangesCount); in initWithOptions() 2387 IODelete(_ranges.v64, IOAddressRange, _rangesCount); in free() 2391 IODelete(_ranges.v, IOVirtualRange, _rangesCount); in free()
|
| H A D | IODeviceTreeSupport.cpp | 1085 IODelete(gIODTResolvers->resolvers, IODTPersistent, in IODTSetResolving()
|
| H A D | IOServicePM.cpp | 603 IODelete(fDriverCallParamPtr, DriverCallParam, fDriverCallParamSlots); in PMfree() 3760 IODelete(fDriverCallParamPtr, DriverCallParam, fDriverCallParamSlots); in notifyInterestedDrivers()
|
| H A D | IOPMrootDomain.cpp | 4824 IODelete(entries, PMSettingCallEntry, capacity); in setPMSetting()
|
| /xnu-8796.101.5/iokit/IOKit/ |
| H A D | IOLib.h | 388 #define IODelete(...) __IOKIT_DISPATCH(IODelete, ##__VA_ARGS__) macro 390 #define IOSafeDeleteNULL(...) __IOKIT_DISPATCH(IODelete, ##__VA_ARGS__)
|
| /xnu-8796.101.5/doc/allocators/ |
| H A D | api-basics.md | 225 <tt>IODelete(ptr, type_t, count)</tt> 253 <tt>IODelete(ptr, hdr_type_t, type_t, count)</tt> 288 `IONew/IODelete`) is safe.
|
| /xnu-8796.101.5/iokit/bsddev/skywalk/ |
| H A D | IOSkywalkSupport.cpp | 352 IODelete(fMemoryMaps, IOMemoryMap *, fMemoryMapCount); in free() 961 IODelete(fSegments, Segment, fSegmentCount); in free()
|
| /xnu-8796.101.5/libkern/c++/ |
| H A D | OSMetaClass.cpp | 1141 IODelete(sets, typeof(sets[0]), maxDepth); in applyToInstances()
|
| H A D | OSKext.cpp | 16270 IODelete(prevAccountingList, typeof(accountingList[0]), prevAccountingListCount);
|
| /xnu-8796.101.5/iokit/Tests/ |
| H A D | Tests.cpp | 781 IODelete(buf, uint8_t, bound); in TestZLib()
|