Searched refs:new_max (Results 1 – 1 of 1) sorted by relevance
297 size_t new_max, cur_max; in ossl_pqueue_reserve() local307 new_max = compute_pqueue_growth(n + cur_max, cur_max); in ossl_pqueue_reserve()308 if (new_max == 0) { in ossl_pqueue_reserve()313 h = OPENSSL_realloc(pq->heap, new_max * sizeof(*pq->heap)); in ossl_pqueue_reserve()318 e = OPENSSL_realloc(pq->elements, new_max * sizeof(*pq->elements)); in ossl_pqueue_reserve()323 pq->hmax = new_max; in ossl_pqueue_reserve()
Completed in 6 milliseconds