Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Kernel/
H A DIORangeAllocator.cpp150 IORangeAllocatorElement * newElements; in allocElement() local
157 newElements = IONewData( IORangeAllocatorElement, newCapacity ); in allocElement()
158 if (!newElements) { in allocElement()
164 newElements, in allocElement()
167 newElements + index + 1, in allocElement()
173 elements = newElements; in allocElement()