| /xnu-8020.121.3/iokit/Kernel/ |
| H A D | IOPMPowerStateQueue.cpp | 72 entry = IOMallocType(PowerEventEntry); in submitPowerEvent()
|
| H A D | IOSharedDataQueue.cpp | 88 _reserved = IOMallocType(ExpansionData); in initWithCapacity() 121 notifyMsg = IOMallocType(mach_msg_header_t); in initWithCapacity()
|
| H A D | IOGuardPageMemoryDescriptor.cpp | 59 _ranges.v64 = IOMallocType(IOAddressRange); in initWithSize()
|
| H A D | IOInterruptEventSource.cpp | 91 reserved = IOMallocType(ExpansionData); in init() 110 reserved->statistics = IOMallocType(IOInterruptAccountingData); in init()
|
| H A D | IOBufferMemoryDescriptor.cpp | 140 inst->_ranges.v64 = IOMallocType(IOAddressRange); in withCopy() 203 _ranges.v64 = IOMallocType(IOAddressRange); in initWithPhysicalMask() 432 reserved = IOMallocType(ExpansionData); in initWithPhysicalMask()
|
| H A D | IOEventSource.cpp | 172 reserved = IOMallocType(ExpansionData); in init()
|
| H A D | IOWorkLoop.cpp | 136 reserved = IOMallocType(ExpansionData); in init() 201 me->reserved = IOMallocType(ExpansionData); in workLoopWithOptions()
|
| H A D | IODataQueue.cpp | 109 notifyMsg = IOMallocType(IODataQueueInternal); in initWithCapacity()
|
| H A D | IOLocks.cpp | 151 lock = IOMallocType( _IORecursiveLock ); in IORecursiveLockAllocWithLockGroup()
|
| H A D | IOPlatformActions.cpp | 299 entry = IOMallocType(iocpu_platform_action_entry_t); in IOInstallServicePlatformAction()
|
| H A D | IOTimerEventSource.cpp | 238 reserved = IOMallocType(ExpansionData); in setTimeoutFunc()
|
| H A D | IOUserServer.cpp | 1362 ivars = IOMallocType(IODispatchSource_IVars); in init() 1482 ivars = IOMallocType(IOInterruptDispatchSource_IVars); in init() 1786 ivars = IOMallocType(IOServiceNotificationDispatchSource_IVars); in init() 2197 ivars = IOMallocType(IODispatchQueue_IVars); in init() 4158 vars = IOMallocType(OSObjectUserVars); in serviceAttach() 5985 ivars = IOMallocType(IOServiceStateNotificationDispatchSource_IVars); in init() 6232 vars = IOMallocType(IOServiceStateChangeVars); in initialize() 6610 ivars = IOMallocType(IOWorkGroup_IVars); in init() 6717 ivars = IOMallocType(IOEventLink_IVars); in init()
|
| H A D | IORegistryEntry.cpp | 296 reserved = IOMallocType(ExpansionData); in init() 359 reserved = IOMallocType(ExpansionData); in init() 2381 where = IOMallocType(IORegCursor); in enterEntry()
|
| H A D | IOPolledInterface.cpp | 624 vars = IOMallocType(IOPolledFileIOVars); in IOPolledFileOpen()
|
| H A D | IOLib.cpp | 873 entry = IOMallocType(_IOMallocContiguousEntry); in IOMallocContiguous()
|
| H A D | IODMACommand.cpp | 191 reserved = IOMallocType(IODMACommandInternal); in initWithRefCon()
|
| H A D | IOUserClient.cpp | 1599 reserved = IOMallocType(ExpansionData); in reserve() 1639 owner = IOMallocType(IOUserClientOwner); in registerOwner() 1804 elem = IOMallocType(IOUCFilterPolicy); in filterForTask()
|
| H A D | IOService.cpp | 753 reserved = IOMallocType(ExpansionData); in init() 787 reserved = IOMallocType(ExpansionData); in init() 1628 element = IOMallocType(ArbitrationLockQueueElement); in lockForArbitration()
|
| H A D | IOPMrootDomain.cpp | 1423 gRootDomain->_aotMetrics = IOMallocType(IOPMAOTMetrics); in update_aotmode() 2063 request = IOMallocType(AggressivesRequest); in setAggressiveness() 2207 request = IOMallocType(AggressivesRequest); in joinAggressiveness() 5260 gSleepPolicyVars = IOMallocType(IOPMSystemSleepPolicyVariables); in evaluateSystemSleepPolicy()
|
| H A D | IOHibernateIO.cpp | 478 vars = IOMallocType(IOHibernateVars); in IOHibernateSystemSleep()
|
| /xnu-8020.121.3/doc/allocators/ |
| H A D | api-basics.md | 87 In the vast majority of cases however, using `kalloc_type` (or `IOMallocType`) 95 `kalloc_type` or one of its variants (like IOKit's `IOMallocType`) and untyped 201 <tt>IOMallocType(type_t)</tt><br/> 232 (resp. <tt>IOMallocType(type_t)</tt>). Mix-and-matching interfaces 287 `new/delete` (resp. `new[]/delete[]`) with `IOMallocType/IOFreeType` (resp. 365 being allocated (i.e. `IOMallocData` for data only buffers, and `IOMallocType`/`IONew`
|
| /xnu-8020.121.3/iokit/IOKit/ |
| H A D | IOLib.h | 300 #define IOMallocType(type) ({ \ macro 801 return IOMallocType(type); \ 846 return IOMallocType(type); \
|
| /xnu-8020.121.3/libkern/libkern/c++/ |
| H A D | OSValueObject.h | 455 data = IOMallocType(T); in init()
|
| /xnu-8020.121.3/libkern/c++/ |
| H A D | OSMetaClass.cpp | 583 reserved = IOMallocType(ExpansionData); in OSMetaClass()
|
| /xnu-8020.121.3/iokit/bsddev/skywalk/ |
| H A D | IOSkywalkSupport.cpp | 1145 ArenaEntry * newEntry = IOMallocType(ArenaEntry); in attachArena()
|