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

/bind-9.11.3/lib/isc/
H A Dheap.c195 unsigned int new_last; local
200 new_last = heap->last + 1;
201 RUNTIME_CHECK(new_last > 0); /* overflow check */
202 if (new_last >= heap->size && !resize(heap))
204 heap->last = new_last;
206 float_up(heap, new_last, elt);

Completed in 12 milliseconds