Home
last modified time | relevance | path

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

12

/freebsd/contrib/ntp/sntp/unity/
H A Dunity_fixture_malloc_overrides.h12 #define calloc unity_calloc macro
/freebsd/contrib/ldns/compat/
H A Dcalloc.c15 calloc(size_t num, size_t size) in calloc() function
/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dstdlib.h50 #define calloc(n, sz) NULL macro
/freebsd/sys/contrib/zstd/lib/freebsd/
H A Dstdlib.h41 #define calloc(a, b) (mallocarray)((a), (b), M_ZSTD, M_WAITOK | M_ZERO) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp72 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument
169 void *(*calloc)(uptr n_elements, uptr elem_size); member
176 void *(*calloc)(uptr n_elements, uptr elem_size); member
/freebsd/contrib/mandoc/
H A Dcompat_ohash.h30 void *(*calloc)(size_t, size_t, void *); member
/freebsd/lib/libopenbsd/
H A Dohash.h32 void *(*calloc)(size_t, size_t, void *); member
/freebsd/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname-ldns.c60 #define calloc(x, y) (xcalloc((x),(y))) macro
/freebsd/contrib/file/src/
H A Dmemtest.c68 calloc(size_t len, size_t nitems) in calloc() function
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h166 #define calloc(num, size) \ macro
/freebsd/contrib/tcsh/
H A Dtc.alloc.c59 # define calloc fcalloc macro
348 calloc(size_t i, size_t j) in calloc() function
H A Dtc.os.h453 # define calloc tcsh_calloc macro
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_malloc_linux.cpp37 INTERCEPTOR(void *, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument
/freebsd/sys/netinet/libalias/
H A Dalias_mod.h44 #define calloc(n, x) mallocarray((n), (x), M_ALIAS, M_NOWAIT|M_ZERO) macro
/freebsd/contrib/unbound/util/
H A Dalloc.h194 # define calloc(n,s) unbound_stat_calloc_lite(n, s, __FILE__, __LINE__, __func__) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp61 INTERCEPTOR(void *, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kmem.c271 calloc(size_t n, size_t s) in calloc() function
/freebsd/contrib/unbound/
H A Dconfig.h.in1583 # define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp51 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() argument
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc.h375 # define calloc je_calloc macro
/freebsd/stand/libsa/
H A Dstand.h484 #define calloc(x, y) Calloc(x, y, __FILE__, __LINE__) macro
491 #define calloc(x, y) Calloc(x, y, NULL, 0) macro
/freebsd/sys/contrib/openzfs/contrib/coverity/
H A Dmodel.c489 calloc(size_t nmemb, size_t size) in calloc() function
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors.cpp265 INTERCEPTOR(void *, calloc, SIZE_T num, SIZE_T size) { in INTERCEPTOR() argument
/freebsd/lib/libunbound/
H A Dconfig.h1517 # define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp86 INTERCEPTOR(void *,calloc,uptr nmemb,uptr size) INTERCEPTOR() argument

12