Home
last modified time | relevance | path

Searched refs:IOMallocType (Results 1 – 25 of 27) sorted by relevance

12

/xnu-8792.41.9/iokit/Kernel/
H A DIOPMPowerStateQueue.cpp72 entry = IOMallocType(PowerEventEntry); in submitPowerEvent()
H A DIOSharedDataQueue.cpp88 _reserved = IOMallocType(ExpansionData); in initWithCapacity()
121 notifyMsg = IOMallocType(mach_msg_header_t); in initWithCapacity()
H A DIOGuardPageMemoryDescriptor.cpp59 _ranges.v64 = IOMallocType(IOAddressRange); in initWithSize()
H A DIOInterruptEventSource.cpp95 reserved = IOMallocType(ExpansionData); in init()
114 reserved->statistics = IOMallocType(IOInterruptAccountingData); in init()
H A DIOBufferMemoryDescriptor.cpp140 inst->_ranges.v64 = IOMallocType(IOAddressRange); in withCopy()
203 _ranges.v64 = IOMallocType(IOAddressRange); in initWithPhysicalMask()
436 reserved = IOMallocType(ExpansionData); in initWithPhysicalMask()
H A DIOEventSource.cpp172 reserved = IOMallocType(ExpansionData); in init()
H A DIOWorkLoop.cpp136 reserved = IOMallocType(ExpansionData); in init()
201 me->reserved = IOMallocType(ExpansionData); in workLoopWithOptions()
H A DIODataQueue.cpp109 notifyMsg = IOMallocType(IODataQueueInternal); in initWithCapacity()
H A DIOLocks.cpp151 lock = IOMallocType( _IORecursiveLock ); in IORecursiveLockAllocWithLockGroup()
H A DIOPlatformActions.cpp299 entry = IOMallocType(iocpu_platform_action_entry_t); in IOInstallServicePlatformAction()
H A DIOTimerEventSource.cpp238 reserved = IOMallocType(ExpansionData); in setTimeoutFunc()
H A DIORegistryEntry.cpp298 reserved = IOMallocType(ExpansionData); in init()
360 reserved = IOMallocType(ExpansionData); in init()
2400 where = IOMallocType(IORegCursor); in enterEntry()
H A DIOUserServer.cpp1408 ivars = IOMallocType(IODispatchSource_IVars); in init()
1529 ivars = IOMallocType(IOInterruptDispatchSource_IVars); in init()
1875 ivars = IOMallocType(IOServiceNotificationDispatchSource_IVars); in init()
2307 ivars = IOMallocType(IODispatchQueue_IVars); in init()
4473 vars = IOMallocType(OSObjectUserVars); in serviceAttach()
6593 ivars = IOMallocType(IOServiceStateNotificationDispatchSource_IVars); in init()
6840 vars = IOMallocType(IOServiceStateChangeVars); in initialize()
7228 ivars = IOMallocType(IOWorkGroup_IVars); in init()
7335 ivars = IOMallocType(IOEventLink_IVars); in init()
H A DIOPolledInterface.cpp624 vars = IOMallocType(IOPolledFileIOVars); in IOPolledFileOpen()
H A DIOLib.cpp880 entry = IOMallocType(_IOMallocContiguousEntry); in IOMallocContiguous()
H A DIODMACommand.cpp191 reserved = IOMallocType(IODMACommandInternal); in initWithRefCon()
H A DIOUserClient.cpp1603 reserved = IOMallocType(ExpansionData); in reserve()
1643 owner = IOMallocType(IOUserClientOwner); in registerOwner()
1808 elem = IOMallocType(IOUCFilterPolicy); in filterForTask()
H A DIOService.cpp778 reserved = IOMallocType(ExpansionData); in init()
812 reserved = IOMallocType(ExpansionData); in init()
1662 element = IOMallocType(ArbitrationLockQueueElement); in lockForArbitration()
H A DIOPMrootDomain.cpp1437 gRootDomain->_aotMetrics = IOMallocType(IOPMAOTMetrics); in update_aotmode()
2080 request = IOMallocType(AggressivesRequest); in setAggressiveness()
2224 request = IOMallocType(AggressivesRequest); in joinAggressiveness()
5304 gSleepPolicyVars = IOMallocType(IOPMSystemSleepPolicyVariables); in evaluateSystemSleepPolicy()
H A DIOHibernateIO.cpp478 vars = IOMallocType(IOHibernateVars); in IOHibernateSystemSleep()
/xnu-8792.41.9/doc/allocators/
H A Dapi-basics.md87 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-8792.41.9/iokit/IOKit/
H A DIOLib.h329 #define IOMallocType(type) ({ \ macro
810 return IOMallocType(type); \
865 return IOMallocType(type); \
/xnu-8792.41.9/libkern/libkern/c++/
H A DOSValueObject.h472 data = IOMallocType(T); in init()
/xnu-8792.41.9/libkern/c++/
H A DOSMetaClass.cpp583 reserved = IOMallocType(ExpansionData); in OSMetaClass()
/xnu-8792.41.9/iokit/bsddev/skywalk/
H A DIOSkywalkSupport.cpp1145 ArenaEntry * newEntry = IOMallocType(ArenaEntry); in attachArena()

12