Home
last modified time | relevance | path

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

/openssl/crypto/stack/
H A Dstack.c23 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()
/openssl/ssl/
H A Dpriority_queue.c61 static const size_t min_nodes = 8; variable
339 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 6 milliseconds