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

12

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcalloc.c23 calloc (size_t nelem, size_t elsize) function
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcalloc.c23 calloc (size_t nelem, size_t elsize) function
/freebsd-11-stable/contrib/ldns/compat/
H A Dcalloc.c15 calloc(size_t num, size_t size) function
/freebsd-11-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-11-stable/contrib/mdocml/
H A Dcompat_ohash.h30 void *(*calloc)(size_t, size_t, void *); member in struct:ohash_info
/freebsd-11-stable/lib/libopenbsd/
H A Dohash.h34 void *(*calloc)(size_t, size_t, void *); member in struct:ohash_info
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h166 #define calloc(num, size) \ macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp35 INTERCEPTOR_ATTRIBUTE void *calloc(size_t nmemb, size_t size) { function
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname-ldns.c60 #define calloc(x, y) (xcalloc((x),(y))) macro
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kmem.c269 calloc(size_t n, size_t s) function
/freebsd-11-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-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks1.c136 #undef calloc macro
/freebsd-11-stable/libexec/rtld-elf/
H A Dmalloc.c235 calloc(size_t num, size_t size) function
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_mod.h43 #define calloc(x, n) malloc(x*n) macro
/freebsd-11-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-11-stable/contrib/unbound/smallapp/
H A Dunbound-host.c50 #undef calloc macro
56 #undef calloc macro
/freebsd-11-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-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h400 #undef calloc macro
/freebsd-11-stable/contrib/gcc/
H A Dsystem.h649 #undef calloc macro
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h327 # define calloc je_calloc macro
/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.h292 int calloc; /* Number of charclasses currently allocated. */ member in struct:dfa

Completed in 154 milliseconds

12