Searched refs:IORangeAllocatorElement (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIORangeAllocator.cpp51 struct IORangeAllocatorElement { struct
115 IODelete( elements, IORangeAllocatorElement, capacity );
140 IORangeAllocatorElement * newElements;
146 newElements = IONew( IORangeAllocatorElement, newCapacity );
153 index * sizeof( IORangeAllocatorElement));
156 (numElements - index) * sizeof( IORangeAllocatorElement));
158 IODelete( elements, IORangeAllocatorElement, capacity );
168 (numElements - index) * sizeof( IORangeAllocatorElement));
181 (numElements - index) * sizeof( IORangeAllocatorElement));
/darwin-on-arm/xnu/iokit/IOKit/
H A DIORangeAllocator.h61 struct IORangeAllocatorElement * elements;

Completed in 13 milliseconds