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

12

/freebsd-13-stable/contrib/ldns/compat/
H A Dcalloc.c15 calloc(size_t num, size_t size) function
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/include/
H A Dstdlib.h50 #define calloc(n, sz) NULL macro
/freebsd-13-stable/sys/contrib/zstd/lib/freebsd/
H A Dstdlib.h41 #define calloc(a, b) (mallocarray)((a), (b), M_ZSTD, M_WAITOK | M_ZERO) macro
/freebsd-13-stable/contrib/ntp/sntp/unity/
H A Dunity_fixture_malloc_overrides.h12 #define calloc unity_calloc macro
H A Dunity_fixture.c162 #undef calloc macro
/freebsd-13-stable/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-13-stable/lib/libopenbsd/
H A Dohash.h34 void *(*calloc)(size_t, size_t, void *); member in struct:ohash_info
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h166 #define calloc(num, size) \ macro
/freebsd-13-stable/contrib/mandoc/
H A Dcompat_ohash.h30 void *(*calloc)(size_t, size_t, void *); member in struct:ohash_info
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp35 INTERCEPTOR_ATTRIBUTE void *calloc(size_t nmemb, size_t size) { function
H A Dscudo_allocator.cpp559 void *calloc(uptr NMemB, uptr Size) { function in struct:__scudo::Allocator
/freebsd-13-stable/contrib/unbound/util/
H A Dalloc.h194 # define calloc(n,s) unbound_stat_calloc_lite(n, s, __FILE__, __LINE__, __func__) macro
H A Dalloc.c389 #undef calloc macro
513 #undef calloc macro
/freebsd-13-stable/contrib/unbound/smallapp/
H A Dunbound-host.c50 #undef calloc macro
56 #undef calloc macro
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp253 void *(*calloc)(uptr n_elements, uptr elem_size); member in struct:MallocDebugK
260 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-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kmem.c282 calloc(size_t n, size_t s) function
/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_mod.h46 #define calloc(n, x) mallocarray((n), (x), M_ALIAS, M_NOWAIT|M_ZERO) macro
/freebsd-13-stable/contrib/tcsh/
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-13-stable/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h375 # define calloc je_calloc macro
/freebsd-13-stable/stand/libsa/
H A Dstand.h455 #define calloc(x, y) Calloc(x, y, __FILE__, __LINE__) macro
462 #define calloc(x, y) Calloc(x, y, NULL, 0) macro
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c54 #undef calloc macro
/freebsd-13-stable/usr.sbin/unbound/
H A Dconfig.h1373 # define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__) macro

Completed in 309 milliseconds

12