Searched refs:min_nodes (Results 1 – 2 of 2) sorted by relevance
23 static const int min_nodes = 4;108 ret->num_alloc = sk->num > min_nodes ? sk->num : min_nodes; in OPENSSL_sk_deep_copy()190 if (num_alloc < min_nodes) in sk_reserve()191 num_alloc = min_nodes; in sk_reserve()
61 static const size_t min_nodes = 8; variable339 pq->hmax = min_nodes; in ossl_pqueue_new()342 pq->heap = OPENSSL_malloc(sizeof(*pq->heap) * min_nodes); in ossl_pqueue_new()343 pq->elements = OPENSSL_malloc(sizeof(*pq->elements) * min_nodes); in ossl_pqueue_new()
Completed in 8 milliseconds