Home
last modified time | relevance | path

Searched defs:calloc (Results 1 – 21 of 21) sorted by relevance

/openbsd/gnu/lib/libiberty/src/
H A Dcalloc.c23 calloc (size_t nelem, size_t elsize) in calloc() function
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp73 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 Dasan_malloc_win.cpp113 void *calloc(size_t nmemb, size_t size) { in calloc() function
/openbsd/lib/libutil/
H A Dohash.h30 void *(*calloc)(size_t, size_t, void *); member
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cpp116 void *calloc(size_t nmemb, size_t size) { in calloc() function
/openbsd/usr.sbin/unbound/util/
H A Dalloc.h194 # define calloc(n,s) unbound_stat_calloc_lite(n, s, __FILE__, __LINE__, __func__) macro
/openbsd/sbin/unwind/libunbound/util/
H A Dalloc.h194 # define calloc(n,s) unbound_stat_calloc_lite(n, s, __FILE__, __LINE__, __func__) macro
/openbsd/gnu/usr.bin/perl/ext/SDBM_File/
H A Dsdbm.h165 # define calloc Perl_calloc macro
/openbsd/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp61 INTERCEPTOR(void *, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument
/openbsd/usr.sbin/unbound/
H A Dconfig.h.in1425 # define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__) macro
/openbsd/gnu/gcc/libmudflap/
H A Dmf-hooks1.c137 WRAPPER(void *, calloc, size_t c, size_t n) in WRAPPER() argument
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp51 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() argument
/openbsd/gnu/usr.bin/perl/ext/DynaLoader/
H A Ddl_aix.xs429 void *calloc(size_t ne, size_t sz) in calloc() function
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32iop.h298 #define calloc win32_calloc macro
/openbsd/gnu/usr.bin/perl/
H A DXSUB.h586 # define calloc PerlMem_calloc macro
/openbsd/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp86 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument
/openbsd/sbin/unwind/libunbound/
H A Dconfig.h1426 # define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__) macro
/openbsd/lib/libc/stdlib/
H A Dmalloc.c1984 calloc(size_t nmemb, size_t size) in calloc() function
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp912 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() argument
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp707 TSAN_INTERCEPTOR(void*, calloc, uptr size, uptr n) { in TSAN_INTERCEPTOR() argument
/openbsd/lib/libcurses/
H A Dcurses.priv.h1562 #define calloc(nmemb, size) _nc_oom_calloc(nmemb, size) macro