Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dpriority_queue.c88 static ossl_inline size_t compute_pqueue_growth(size_t target, size_t current) in compute_pqueue_growth() function
307 new_max = compute_pqueue_growth(n + cur_max, cur_max); in ossl_pqueue_reserve()

Completed in 9 milliseconds