Home
last modified time | relevance | path

Searched refs:calloc (Results 1 – 25 of 227) sorted by relevance

12345678910

/glibc-2.36/malloc/
Dtst-safe-linking.c120 void * volatile p = calloc (1, size); in test_fastbin()
126 void * volatile a = calloc (1, size); in test_fastbin()
127 void * volatile b = calloc (1, size); in test_fastbin()
128 void * volatile c = calloc (1, size); in test_fastbin()
139 c = calloc (1, size); in test_fastbin()
142 b = calloc (1, size); in test_fastbin()
159 void * volatile p = calloc (1, size); in test_fastbin_consolidate()
164 void * volatile a = calloc (1, size); in test_fastbin_consolidate()
165 void * volatile b = calloc (1, size); in test_fastbin_consolidate()
166 void * volatile c = calloc (1, size); in test_fastbin_consolidate()
Dtst-calloc.c41 ptrs[i] = (char *) calloc (1, size); in fixed_test()
74 ptrs[i] = (char *) calloc (n, elem); in random_test()
102 calloc (0, 0); in null_test()
103 calloc (0, UINT_MAX); in null_test()
104 calloc (UINT_MAX, 0); in null_test()
105 calloc (0, ~((size_t) 0)); in null_test()
106 calloc (~((size_t) 0), 0); in null_test()
Dtst-compathooks-off.c72 void *mem = calloc (n, size); in calloc_called()
120 p = calloc (512, 1); in do_test()
DVersions22 calloc; cfree;
105 calloc;
Dtst-malloc-too-large.c112 TEST_VERIFY (calloc (nmemb, size / nmemb) == NULL); in test_large_allocations()
116 TEST_VERIFY (calloc (size / nmemb, nmemb) == NULL); in test_large_allocations()
Dmalloc-debug.c45 DEBUG_FN(calloc);
397 strong_alias (__debug_calloc, calloc) in strong_alias() argument
644 compat_symbol (libc_malloc_debug, calloc, calloc, GLIBC_2_0);
/glibc-2.36/include/
Drtld-malloc.h31 extern __typeof (calloc) *__rtld_calloc attribute_hidden;
42 calloc (size_t a, size_t b) in calloc() function
83 # define __rtld_calloc (&calloc)
/glibc-2.36/elf/
Dtst-audit2.c13 #undef calloc
20 calloc (size_t n, size_t m) in calloc() function
/glibc-2.36/nis/
Dnis_clone_obj.c37 if ((addr = calloc (1, size)) == NULL) in nis_clone_object()
42 if ((res = calloc (1, sizeof (nis_object))) == NULL) in nis_clone_object()
Dnis_clone_dir.c36 if ((addr = calloc(1, size)) == NULL) in nis_clone_directory()
51 if ((res = calloc (1, sizeof (directory_obj))) == NULL) in nis_clone_directory()
Dnis_clone_res.c36 if ((addr = calloc(1, size)) == NULL) in nis_clone_result()
51 if ((res = calloc (1, sizeof (nis_result))) == NULL) in nis_clone_result()
Dnis_table.c32 struct ib_request *ibreq = calloc (1, sizeof (struct ib_request)); in __create_ib_request()
560 nis_result *res = calloc (1, sizeof (nis_result)); in libnsl_hidden_nolink_def()
630 res = calloc (1, sizeof (nis_result)); in libnsl_hidden_nolink_def()
684 res = calloc (1, sizeof (nis_result)); in libnsl_hidden_nolink_def()
732 res = calloc (1, sizeof (nis_result)); in libnsl_hidden_nolink_def()
770 res = calloc (1, sizeof (nis_result)); in libnsl_hidden_nolink_def()
Dnis_call.c444 obj = calloc (1, sizeof (directory_obj)); in rec_dirsearch()
505 obj = calloc (1, sizeof (directory_obj)); in rec_dirsearch()
548 && (obj = calloc (1, sizeof (directory_obj))) != NULL) in first_shoot()
613 ret = calloc (1, sizeof (directory_obj)); in __libc_lock_define_initialized()
658 new = calloc (1, sizeof (*new) + strlen (name) + 8 + size); in nis_server_cache_add()
/glibc-2.36/locale/programs/
Dxmalloc.c33 VOID *calloc ();
87 p = calloc (n, s); in xcalloc()
/glibc-2.36/benchtests/
Dbench-hash-funcs.c77 bufs = (char *) calloc (NRAND_BUFS, RAND_BENCH_MAX_LEN); in do_rand_test()
78 sizes = (unsigned int *) calloc (NRAND_BUFS, sizeof (unsigned int)); in do_rand_test()
/glibc-2.36/time/
Dalt_digit.c40 data = calloc (sizeof *data, 1); in __libc_rwlock_define()
106 data = calloc (sizeof *data, 1); in _nl_get_walt_digit()
/glibc-2.36/nptl/
Dpthread_attr_extension.c28 attr->extension = calloc (sizeof (*attr->extension), 1); in __pthread_attr_extension()
Dold_pthread_cond_broadcast.c33 newcond = (pthread_cond_t *) calloc (sizeof (pthread_cond_t), 1); in __pthread_cond_broadcast_2_0()
Dold_pthread_cond_signal.c33 newcond = (pthread_cond_t *) calloc (sizeof (pthread_cond_t), 1); in __pthread_cond_signal_2_0()
Dold_pthread_cond_wait.c33 newcond = (pthread_cond_t *) calloc (sizeof (pthread_cond_t), 1); in __pthread_cond_wait_2_0()
Dold_pthread_cond_timedwait.c34 newcond = (pthread_cond_t *) calloc (sizeof (pthread_cond_t), 1); in __pthread_cond_timedwait_2_0()
/glibc-2.36/support/
Dxcalloc.c30 p = calloc (n, s); in xcalloc()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-skeleton-thread-affinity.c154 = calloc (conf->last_cpu + 1, sizeof (*pinned_threads)); in early_test()
156 = calloc (conf->last_cpu + 1, sizeof (*other_threads)); in early_test()
/glibc-2.36/stdio-common/
Dreg-type.c43 calloc (0x100 - PA_LAST, sizeof (void *)); in __register_printf_type()
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/
Dlocalplt.data1 libc.so: calloc

12345678910