Searched refs:IORangeAllocatorElement (Results 1 – 2 of 2) sorted by relevance
51 struct IORangeAllocatorElement { struct120 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()
61 struct IORangeAllocatorElement * elements;