Searched refs:num_alloc (Results 1 – 1 of 1) sorted by relevance
31 int num_alloc; member67 ret->num_alloc = 0; in OPENSSL_sk_dup()105 ret->num_alloc = 0; in OPENSSL_sk_deep_copy()181 int num_alloc; in sk_reserve() local190 num_alloc = st->num + n; in sk_reserve()202 st->num_alloc = num_alloc; in sk_reserve()207 if (num_alloc <= st->num_alloc) in sk_reserve()209 num_alloc = compute_growth(num_alloc, st->num_alloc); in sk_reserve()210 if (num_alloc == 0) { in sk_reserve()214 } else if (num_alloc == st->num_alloc) { in sk_reserve()[all …]
Completed in 8 milliseconds