| /xnu-12377.1.9/iokit/Kernel/ |
| H A D | IOPMPowerStateQueue.cpp | 72 entry = IOMallocType(PowerEventEntry); in submitPowerEvent()
|
| H A D | IOSharedDataQueue.cpp | 90 _reserved = IOMallocType(ExpansionData); in initWithCapacity() 123 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 | 95 reserved = IOMallocType(ExpansionData); in init() 114 reserved->statistics = IOMallocType(IOInterruptAccountingData); in init()
|
| H A D | IOBufferMemoryDescriptor.cpp | 149 inst->_ranges.v64 = IOMallocType(IOAddressRange); in withCopy() 213 _ranges.v64 = IOMallocType(IOAddressRange); in initWithPhysicalMask() 470 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 | 110 notifyMsg = IOMallocType(IODataQueueInternal); in initWithCapacity()
|
| H A D | IOLocks.cpp | 177 lock = IOMallocType( _IORecursiveLock ); in IORecursiveLockAllocWithLockGroup()
|
| H A D | IOPlatformActions.cpp | 306 entry = IOMallocType(iocpu_platform_action_entry_t); in IOInstallServicePlatformAction()
|
| H A D | IOTimerEventSource.cpp | 238 reserved = IOMallocType(ExpansionData); in setTimeoutFunc()
|
| H A D | IORegistryEntry.cpp | 298 reserved = IOMallocType(ExpansionData); in init() 360 reserved = IOMallocType(ExpansionData); in init() 2413 where = IOMallocType(IORegCursor); in enterEntry()
|
| H A D | IOUserServer.cpp | 1426 ivars = IOMallocType(IODispatchSource_IVars); in init() 1551 ivars = IOMallocType(IOInterruptDispatchSource_IVars); in init() 1946 ivars = IOMallocType(IOServiceNotificationDispatchSource_IVars); in init() 2381 ivars = IOMallocType(IODispatchQueue_IVars); in init() 4617 vars = IOMallocType(OSObjectUserVars); in serviceAttach() 7069 ivars = IOMallocType(IOServiceStateNotificationDispatchSource_IVars); in init() 7315 vars = IOMallocType(IOServiceStateChangeVars); in initialize() 7721 ivars = IOMallocType(IOWorkGroup_IVars); in init() 7828 ivars = IOMallocType(IOEventLink_IVars); in init()
|
| H A D | IOPolledInterface.cpp | 619 vars = IOMallocType(IOPolledFileIOVars); in IOPolledFileOpen()
|
| H A D | IOLib.cpp | 883 entry = IOMallocType(_IOMallocContiguousEntry); in IOMallocContiguous()
|
| H A D | IODMACommand.cpp | 195 reserved = IOMallocType(IODMACommandInternal); in initWithRefCon()
|
| H A D | IOPMrootDomain.cpp | 1529 gRootDomain->_aotMetrics = IOMallocType(IOPMAOTMetrics); in update_aotmode() 1699 _aotMetrics = _aotMode ? IOMallocType(IOPMAOTMetrics) : NULL; in start() 2208 request = IOMallocType(AggressivesRequest); in setAggressiveness() 2352 request = IOMallocType(AggressivesRequest); in joinAggressiveness() 5509 gSleepPolicyVars = IOMallocType(IOPMSystemSleepPolicyVariables);
|
| H A D | IOUserClient.cpp | 1681 reserved = IOMallocType(ExpansionData); in reserve() 1723 owner = IOMallocType(IOUserClientOwner); in registerOwner() 1930 elem = IOMallocType(IOUCFilterPolicy); in filterForTask()
|
| H A D | IOService.cpp | 814 reserved = IOMallocType(ExpansionData); in init() 833 reserved = IOMallocType(ExpansionData); in init() 1689 element = IOMallocType(ArbitrationLockQueueElement); in lockForArbitration()
|
| H A D | IOHibernateIO.cpp | 510 vars = IOMallocType(IOHibernateVars); in IOHibernateSystemSleep()
|
| /xnu-12377.1.9/doc/allocators/ |
| H A D | api-basics.md | 89 In the vast majority of cases however, using `kalloc_type` (or `IOMallocType`) 97 `kalloc_type` or one of its variants (like IOKit's `IOMallocType`) and untyped 207 <tt>IOMallocType(type_t)</tt><br/> 238 (resp. <tt>IOMallocType(type_t)</tt>). Mix-and-matching interfaces 302 `new/delete` (resp. `new[]/delete[]`) with `IOMallocType/IOFreeType` (resp. 380 being allocated (i.e. `IOMallocData` for data only buffers, and `IOMallocType`/`IONew`
|
| /xnu-12377.1.9/iokit/IOKit/ |
| H A D | IOLib.h | 374 #define IOMallocType(type) ({ \ macro 842 return IOMallocType(type); \ 897 return IOMallocType(type); \
|
| /xnu-12377.1.9/libkern/libkern/c++/ |
| H A D | OSValueObject.h | 471 data = IOMallocType(T); in init()
|
| /xnu-12377.1.9/libkern/c++/ |
| H A D | OSMetaClass.cpp | 583 reserved = IOMallocType(ExpansionData); in OSMetaClass()
|
| /xnu-12377.1.9/iokit/bsddev/skywalk/ |
| H A D | IOSkywalkSupport.cpp | 1147 ArenaEntry * newEntry = IOMallocType(ArenaEntry); in attachArena()
|