Home
last modified time | relevance | path

Searched refs:num_alloc_nodes (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/lhash/
H A Dlhash.c74 ret->num_alloc_nodes = MIN_NODES; in OPENSSL_LH_new()
249 nni = lh->num_alloc_nodes; in expand()
262 lh->num_alloc_nodes = j; in expand()
302 lh->num_alloc_nodes /= 2; in contract()
335 nn = hash % lh->num_alloc_nodes; in getrn()
H A Dlhash_local.h28 unsigned int num_alloc_nodes; member
H A Dlh_stats.c75 BIO_printf(out, "num_alloc_nodes = %u\n", lh->num_alloc_nodes); in OPENSSL_LH_stats_bio()
/openssl/
H A DCHANGES.md1799 the `num_items`, `num_nodes` and `num_alloc_nodes` statistics. All other

Completed in 43 milliseconds