Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/lhash/ !
H A Dlhash.c74 ret->num_alloc_nodes = MIN_NODES; in OPENSSL_LH_new()
248 nni = lh->num_alloc_nodes; in expand()
261 lh->num_alloc_nodes = j; in expand()
301 lh->num_alloc_nodes /= 2; in contract()
334 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()
/src/contrib/netbsd-tests/crypto/libcrypto/conf/ !
H A Dd_conf.out3 num_alloc_nodes = 32
/src/crypto/openssl/ !
H A DCHANGES.md2518 the `num_items`, `num_nodes` and `num_alloc_nodes` statistics. All other