Searched defs:calloc (Results 1 - 25 of 27) sorted by path

12

/freebsd-current/contrib/file/src/
H A Dmemtest.c68 calloc(size_t len, size_t nitems) function
/freebsd-current/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h375 # define calloc je_calloc macro
/freebsd-current/contrib/ldns/compat/
H A Dcalloc.c15 calloc(size_t num, size_t size) function
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp169 void *(*calloc)(uptr n_elements, uptr elem_size); member in struct:MallocDebugK
176 void *(*calloc)(uptr n_elements, uptr elem_size); member in struct:MallocDebugL
H A Dasan_malloc_win.cpp113 void *calloc(size_t nmemb, size_t size) { function
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h166 #define calloc(num, size) \ macro
/freebsd-current/contrib/mandoc/
H A Dcompat_ohash.h30 void *(*calloc)(size_t, size_t, void *); member in struct:ohash_info
/freebsd-current/contrib/ntp/sntp/unity/
H A Dunity_fixture.c162 #undef calloc macro
H A Dunity_fixture_malloc_overrides.h12 #define calloc unity_calloc macro
/freebsd-current/contrib/tcsh/
H A Dsh.h329 # define calloc __calloc macro
334 # undef calloc macro
486 # define calloc lint_calloc macro
H A Dtc.alloc.c59 # define calloc fcalloc macro
348 calloc(size_t i, size_t j) function
H A Dtc.os.h453 # define calloc tcsh_calloc macro
/freebsd-current/contrib/unbound/smallapp/
H A Dunbound-host.c50 #undef calloc macro
56 #undef calloc macro
/freebsd-current/contrib/unbound/util/
H A Dalloc.c389 #undef calloc macro
513 #undef calloc macro
H A Dalloc.h194 # define calloc(n,s) unbound_stat_calloc_lite(n, s, __FILE__, __LINE__, __func__) macro
/freebsd-current/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c54 #undef calloc macro
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dbsd-malloc.c19 #undef calloc macro
H A Dgetrrsetbyname-ldns.c60 #define calloc(x, y) (xcalloc((x),(y))) macro
/freebsd-current/lib/libopenbsd/
H A Dohash.h32 void *(*calloc)(size_t, size_t, void *); member in struct:ohash_info
/freebsd-current/lib/libunbound/
H A Dconfig.h1514 # define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__) macro
/freebsd-current/libexec/rtld-elf/
H A Drtld.c6402 calloc(size_t num, size_t size) function
/freebsd-current/stand/libsa/
H A Dstand.h479 #define calloc(x, y) Calloc(x, y, __FILE__, __LINE__) macro
486 #define calloc(x, y) Calloc(x, y, NULL, 0) macro
/freebsd-current/sys/contrib/openzfs/contrib/coverity/
H A Dmodel.c489 calloc(size_t nmemb, size_t size) function
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kmem.c279 calloc(size_t n, size_t s) function
/freebsd-current/sys/contrib/openzfs/module/zstd/include/
H A Dstdlib.h50 #define calloc(n, sz) NULL macro

Completed in 266 milliseconds

12