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

/bind-9.11.3/lib/isc/
H A Dheap.c59 unsigned int size_increment; member in struct:isc_heap
80 isc_heapindex_t idx, unsigned int size_increment,
95 if (size_increment == 0)
96 heap->size_increment = SIZE_INCREMENT;
98 heap->size_increment = size_increment;
133 new_size = heap->size + heap->size_increment;
79 isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare, isc_heapindex_t idx, unsigned int size_increment, isc_heap_t **heapp) argument
/bind-9.11.3/lib/isc/include/isc/
H A Dheap.h47 isc_heapindex_t index, unsigned int size_increment,
65 *\li "size_increment" is a hint about how large the heap should grow

Completed in 12 milliseconds