Searched refs:num_alloc (Results 1 – 5 of 5) sorted by relevance
28 int num_alloc; member63 ret->num_alloc = 0; in OPENSSL_sk_dup()102 ret->num_alloc = 0; in OPENSSL_sk_deep_copy()176 int num_alloc; in sk_reserve() local185 num_alloc = st->num + n; in sk_reserve()199 st->num_alloc = num_alloc; in sk_reserve()204 if (num_alloc <= st->num_alloc) in sk_reserve()206 num_alloc = compute_growth(num_alloc, st->num_alloc); in sk_reserve()207 if (num_alloc == 0) { in sk_reserve()211 } else if (num_alloc == st->num_alloc) { in sk_reserve()[all …]
10 int num_alloc; member
331 unsigned int num_alloc; /* Allocated size of the array */ member
320 (dlp)->num_alloc = obj_count, \1778 if (dlp->num_used < dlp->num_alloc) in donelist_check()
1087 int i, err, queue_size, allocator_pool_size, num_alloc;1150 num_alloc = queue_size + allocator_pool_size;1152 for (i = 0; i < num_alloc; i++) {