Searched refs:hmax (Results 1 – 1 of 1) sorted by relevance
54 size_t hmax; /* Allocated heap & element space */ member259 if (pq == NULL || elem >= pq->hmax || pq->htop == 0) in ossl_pqueue_remove()286 for (i = from; i < pq->hmax; i++) in pqueue_add_freelist()290 for (i = from + 1; i < pq->hmax; i++) in pqueue_add_freelist()292 pq->freelist = pq->hmax - 1; in pqueue_add_freelist()303 cur_max = pq->hmax; in ossl_pqueue_reserve()323 pq->hmax = new_max; in ossl_pqueue_reserve()339 pq->hmax = min_nodes; in ossl_pqueue_new()
Completed in 6 milliseconds