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

/bind-9.6-ESV-R11/lib/isc/
H A Dheap.c190 unsigned int new_last; local
194 new_last = heap->last + 1;
195 RUNTIME_CHECK(new_last > 0); /* overflow check */
196 if (new_last >= heap->size && !resize(heap))
198 heap->last = new_last;
200 float_up(heap, new_last, elt);

Completed in 8 milliseconds