Searched refs:_IOMemoryDescriptorMixedData (Results 1 – 2 of 2) sorted by relevance
169 class _IOMemoryDescriptorMixedData : public OSObject class171 OSDeclareDefaultStructors(_IOMemoryDescriptorMixedData);174 static OSPtr<_IOMemoryDescriptorMixedData> withCapacity(size_t capacity);4439 _memoryEntries = _IOMemoryDescriptorMixedData::withCapacity(size); in initMemoryEntries()6107 OSDefineMetaClassAndStructors(_IOMemoryDescriptorMixedData, OSObject) in OSDefineMetaClassAndStructors() argument6109 OSPtr<_IOMemoryDescriptorMixedData> in OSDefineMetaClassAndStructors()6110 _IOMemoryDescriptorMixedData::withCapacity(size_t capacity) in OSDefineMetaClassAndStructors()6112 OSSharedPtr<_IOMemoryDescriptorMixedData> me = OSMakeShared<_IOMemoryDescriptorMixedData>(); in OSDefineMetaClassAndStructors()6120 _IOMemoryDescriptorMixedData::initWithCapacity(size_t capacity) in initWithCapacity()6144 _IOMemoryDescriptorMixedData::free() in free()[all …]
50 class _IOMemoryDescriptorMixedData; variable1169 OSPtr<_IOMemoryDescriptorMixedData> _memoryEntries;