Searched defs:Calloc (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/stand/libsa/
H A Dzalloc_malloc.c149 Calloc(size_t n1, size_t n2, const char *file, int line) function
/freebsd-12-stable/stand/efi/boot1/
H A Dboot1.c81 Calloc(size_t n1, size_t n2, const char *file, int line) function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp107 static void *Calloc(uptr nmemb, uptr size, const StackTrace &stack) { function in namespace:__lsan
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dst.c102 #define Calloc(n,s) (char*)xcalloc((n), (s)) macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1301 FunctionCallee Calloc = M->getOrInsertFunction( local
/freebsd-12-stable/sbin/fsck_ffs/
H A Dfsck.h397 Calloc(size_t cnt, size_t size) function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp692 void *Calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) { function in struct:__asan::Allocator

Completed in 120 milliseconds