Searched refs:compute_pqueue_growth (Results 1 – 1 of 1) sorted by relevance
88 static ossl_inline size_t compute_pqueue_growth(size_t target, size_t current) in compute_pqueue_growth() function307 new_max = compute_pqueue_growth(n + cur_max, cur_max); in ossl_pqueue_reserve()
Completed in 11 milliseconds