Home
last modified time | relevance | path

Searched refs:num_alloc (Results 1 – 6 of 6) sorted by relevance

/trueos/crypto/openssl/crypto/stack/
HDstack.c101 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()
HDstack.h70 int num_alloc; member
/trueos/contrib/serf/buckets/
HDallocator.c91 apr_uint32_t num_alloc; member
172 ++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()
/trueos/libexec/rtld-elf/
HDrtld.h326 unsigned int num_alloc; /* Allocated size of the array */ member
HDrtld.c269 (dlp)->num_alloc = obj_count, \
1408 if (dlp->num_used < dlp->num_alloc) in donelist_check()
/trueos/crypto/openssl/doc/
HDssleay.txt6621 unsigned int num_alloc;
6628 num_alloc is the number of 'nodes' allocated in 'data'. When num becomes
6629 larger than num_alloc, data is realloced to a larger size.