Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dpriority_queue.c291 size_t new_max, cur_max; in ossl_pqueue_reserve() local
301 new_max = compute_pqueue_growth(n + cur_max, cur_max); in ossl_pqueue_reserve()
302 if (new_max == 0) { in ossl_pqueue_reserve()
307 h = OPENSSL_realloc(pq->heap, new_max * sizeof(*pq->heap)); in ossl_pqueue_reserve()
314 e = OPENSSL_realloc(pq->elements, new_max * sizeof(*pq->elements)); in ossl_pqueue_reserve()
321 pq->hmax = new_max; in ossl_pqueue_reserve()

Completed in 6 milliseconds