Searched refs:num_alloc (Results 1 – 6 of 6) sorted by relevance
30 int num_alloc; member60 ret->num_alloc = 0; in OPENSSL_sk_dup()64 if ((ret->data = OPENSSL_malloc(sizeof(*ret->data) * sk->num_alloc)) == NULL) in OPENSSL_sk_dup()91 ret->num_alloc = 0; in OPENSSL_sk_deep_copy()95 ret->num_alloc = sk->num > min_nodes ? sk->num : min_nodes; in OPENSSL_sk_deep_copy()96 ret->data = OPENSSL_zalloc(sizeof(*ret->data) * ret->num_alloc); in OPENSSL_sk_deep_copy()163 int num_alloc; in sk_reserve() local170 num_alloc = st->num + n; in sk_reserve()171 if (num_alloc < min_nodes) in sk_reserve()172 num_alloc = min_nodes; in sk_reserve()[all …]
96 apr_uint32_t num_alloc; member177 ++allocator->num_alloc; in serf_bucket_mem_alloc()252 --allocator->num_alloc; in serf_bucket_mem_free()434 if (allocator->num_alloc != 0) { in serf_debug__bucket_alloc_check()
10 int num_alloc; member
337 unsigned int num_alloc; /* Allocated size of the array */ member
320 (dlp)->num_alloc = obj_count, \1844 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++) {