Searched refs:num_alloc (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/stack/
H A Dstack.c30 int num_alloc; member in struct:stack_st
60 ret->num_alloc = 0;
64 if ((ret->data = OPENSSL_malloc(sizeof(*ret->data) * sk->num_alloc)) == NULL)
91 ret->num_alloc = 0;
95 ret->num_alloc = sk->num > min_nodes ? sk->num : min_nodes;
96 ret->data = OPENSSL_zalloc(sizeof(*ret->data) * ret->num_alloc);
163 int num_alloc; local
170 num_alloc = st->num + n;
171 if (num_alloc < min_nodes)
172 num_alloc
[all...]
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_typefun.c10 int num_alloc; member in struct:stack_st
/freebsd-13-stable/contrib/serf/buckets/
H A Dallocator.c96 apr_uint32_t num_alloc; member in struct:serf_bucket_alloc_t
177 ++allocator->num_alloc;
252 --allocator->num_alloc;
434 if (allocator->num_alloc != 0) {
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.h330 unsigned int num_alloc; /* Allocated size of the array */ member in struct:Struct_DoneList
H A Drtld.c314 (dlp)->num_alloc = obj_count, \
1652 if (dlp->num_used < dlp->num_alloc)

Completed in 52 milliseconds