Searched refs:cur_max (Results 1 – 1 of 1) sorted by relevance
297 size_t new_max, cur_max; in ossl_pqueue_reserve() local303 cur_max = pq->hmax; in ossl_pqueue_reserve()304 if (pq->htop + n < cur_max) in ossl_pqueue_reserve()307 new_max = compute_pqueue_growth(n + cur_max, cur_max); in ossl_pqueue_reserve()324 pqueue_add_freelist(pq, cur_max); in ossl_pqueue_reserve()
Completed in 6 milliseconds