/openbsd/gnu/lib/libiberty/src/ |
H A D | calloc.c | 23 calloc (size_t nelem, size_t elsize) in calloc() function
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_malloc_linux.cpp | 73 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument 172 void *(*calloc)(uptr n_elements, uptr elem_size); member 179 void *(*calloc)(uptr n_elements, uptr elem_size); member
|
H A D | asan_malloc_win.cpp | 113 void *calloc(size_t nmemb, size_t size) { in calloc() function
|
/openbsd/lib/libutil/ |
H A D | ohash.h | 30 void *(*calloc)(size_t, size_t, void *); member
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_allocator_testlib.cpp | 116 void *calloc(size_t nmemb, size_t size) { in calloc() function
|
/openbsd/usr.sbin/unbound/util/ |
H A D | alloc.h | 194 # define calloc(n,s) unbound_stat_calloc_lite(n, s, __FILE__, __LINE__, __func__) macro
|
/openbsd/sbin/unwind/libunbound/util/ |
H A D | alloc.h | 194 # define calloc(n,s) unbound_stat_calloc_lite(n, s, __FILE__, __LINE__, __func__) macro
|
/openbsd/gnu/usr.bin/perl/ext/SDBM_File/ |
H A D | sdbm.h | 165 # define calloc Perl_calloc macro
|
/openbsd/gnu/llvm/compiler-rt/lib/memprof/ |
H A D | memprof_malloc_linux.cpp | 61 INTERCEPTOR(void *, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument
|
/openbsd/usr.sbin/unbound/ |
H A D | config.h.in | 1496 # define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__) macro
|
/openbsd/gnu/gcc/libmudflap/ |
H A D | mf-hooks1.c | 137 WRAPPER(void *, calloc, size_t c, size_t n) in WRAPPER() argument
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | dfsan_interceptors.cpp | 51 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() argument
|
/openbsd/gnu/usr.bin/perl/ext/DynaLoader/ |
H A D | dl_aix.xs | 429 void *calloc(size_t ne, size_t sz) in calloc() function
|
/openbsd/gnu/usr.bin/perl/win32/ |
H A D | win32iop.h | 298 #define calloc win32_calloc macro
|
/openbsd/gnu/llvm/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 86 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument
|
/openbsd/gnu/usr.bin/perl/ |
H A D | XSUB.h | 586 # define calloc PerlMem_calloc macro
|
/openbsd/sbin/unwind/libunbound/ |
H A D | config.h | 1501 # define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__) macro
|
/openbsd/lib/libc/stdlib/ |
H A D | malloc.c | 1984 calloc(size_t nmemb, size_t size) in calloc() function
|
/openbsd/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 912 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() argument
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 707 TSAN_INTERCEPTOR(void*, calloc, uptr size, uptr n) { in TSAN_INTERCEPTOR() argument
|
/openbsd/lib/libcurses/ |
H A D | curses.priv.h | 1562 #define calloc(nmemb, size) _nc_oom_calloc(nmemb, size) macro
|