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

/freebsd-11-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_typefun.c10 int num_alloc; member in struct:stack_st
/freebsd-11-stable/crypto/openssl/crypto/stack/
H A Dstack.c101 sk->num_alloc);
109 ret->num_alloc = sk->num_alloc;
129 ret->num_alloc = sk->num > MIN_NODES ? sk->num : MIN_NODES;
130 ret->data = OPENSSL_malloc(sizeof(char *) * ret->num_alloc);
135 for (i = 0; i < ret->num_alloc; i++)
169 ret->num_alloc = MIN_NODES;
185 if (st->num_alloc <= st->num + 1) {
187 (unsigned int)sizeof(char *) * st->num_alloc * 2);
191 st->num_alloc *
[all...]
H A Dstack.h70 int num_alloc; member in struct:stack_st
/freebsd-11-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-11-stable/libexec/rtld-elf/
H A Drtld.h325 unsigned int num_alloc; /* Allocated size of the array */ member in struct:Struct_DoneList
H A Drtld.c293 (dlp)->num_alloc = obj_count, \
1586 if (dlp->num_used < dlp->num_alloc)

Completed in 90 milliseconds