Searched refs:num_alloc (Results 1 – 6 of 6) sorted by relevance
101 sk->num_alloc); in sk_dup()109 ret->num_alloc = sk->num_alloc; in sk_dup()135 ret->num_alloc = MIN_NODES; in sk_new()151 if (st->num_alloc <= st->num + 1) { in sk_insert()153 (unsigned int)sizeof(char *) * st->num_alloc * 2); in sk_insert()157 st->num_alloc *= 2; in sk_insert()
70 int num_alloc; member
91 apr_uint32_t num_alloc; member172 ++allocator->num_alloc; in serf_bucket_mem_alloc()247 --allocator->num_alloc; in serf_bucket_mem_free()429 if (allocator->num_alloc != 0) { in serf_debug__bucket_alloc_check()
326 unsigned int num_alloc; /* Allocated size of the array */ member
269 (dlp)->num_alloc = obj_count, \1408 if (dlp->num_used < dlp->num_alloc) in donelist_check()
6621 unsigned int num_alloc;6628 num_alloc is the number of 'nodes' allocated in 'data'. When num becomes6629 larger than num_alloc, data is realloced to a larger size.