Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Kernel/
H A DIORangeAllocator.cpp51 struct IORangeAllocatorElement { struct
120 IODeleteData( elements, IORangeAllocatorElement, capacity ); in free()
150 IORangeAllocatorElement * newElements; in allocElement()
157 newElements = IONewData( IORangeAllocatorElement, newCapacity ); in allocElement()
165 index * sizeof(IORangeAllocatorElement)); in allocElement()
168 (numElements - index) * sizeof(IORangeAllocatorElement)); in allocElement()
170 IODeleteData( elements, IORangeAllocatorElement, capacity ); in allocElement()
178 (numElements - index) * sizeof(IORangeAllocatorElement)); in allocElement()
192 (numElements - index) * sizeof(IORangeAllocatorElement)); in deallocElement()
/xnu-8796.121.2/iokit/IOKit/
H A DIORangeAllocator.h61 struct IORangeAllocatorElement * elements;