/freebsd/contrib/ntp/sntp/unity/ |
H A D | unity_fixture_malloc_overrides.h | 12 #define calloc unity_calloc macro
|
/freebsd/contrib/ldns/compat/ |
H A D | calloc.c | 15 calloc(size_t num, size_t size) in calloc() function
|
/freebsd/sys/contrib/openzfs/module/zstd/include/ |
H A D | stdlib.h | 50 #define calloc(n, sz) NULL macro
|
/freebsd/sys/contrib/zstd/lib/freebsd/ |
H A D | stdlib.h | 41 #define calloc(a, b) (mallocarray)((a), (b), M_ZSTD, M_WAITOK | M_ZERO) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_malloc_linux.cpp | 72 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 D | compat_ohash.h | 30 void *(*calloc)(size_t, size_t, void *); member
|
/freebsd/lib/libopenbsd/ |
H A D | ohash.h | 32 void *(*calloc)(size_t, size_t, void *); member
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | getrrsetbyname-ldns.c | 60 #define calloc(x, y) (xcalloc((x),(y))) macro
|
/freebsd/contrib/file/src/ |
H A D | memtest.c | 68 calloc(size_t len, size_t nitems) in calloc() function
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_wrapper_malloc.h | 166 #define calloc(num, size) \ macro
|
/freebsd/contrib/tcsh/ |
H A D | tc.alloc.c | 59 # define calloc fcalloc macro 348 calloc(size_t i, size_t j) in calloc() function
|
H A D | tc.os.h | 453 # define calloc tcsh_calloc macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_malloc_linux.cpp | 37 INTERCEPTOR(void *, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument
|
/freebsd/sys/netinet/libalias/ |
H A D | alias_mod.h | 44 #define calloc(n, x) mallocarray((n), (x), M_ALIAS, M_NOWAIT|M_ZERO) macro
|
/freebsd/contrib/unbound/util/ |
H A D | alloc.h | 194 # define calloc(n,s) unbound_stat_calloc_lite(n, s, __FILE__, __LINE__, __func__) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_malloc_linux.cpp | 61 INTERCEPTOR(void *, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | spl_kmem.c | 271 calloc(size_t n, size_t s) in calloc() function
|
/freebsd/contrib/unbound/ |
H A D | config.h.in | 1583 # define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_interceptors.cpp | 51 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR() argument
|
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/ |
H A D | jemalloc.h | 375 # define calloc je_calloc macro
|
/freebsd/stand/libsa/ |
H A D | stand.h | 484 #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 D | model.c | 489 calloc(size_t nmemb, size_t size) in calloc() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan_interceptors.cpp | 265 INTERCEPTOR(void *, calloc, SIZE_T num, SIZE_T size) { in INTERCEPTOR() argument
|
/freebsd/lib/libunbound/ |
H A D | config.h | 1517 # define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 86 INTERCEPTOR(void *,calloc,uptr nmemb,uptr size) INTERCEPTOR() argument
|