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

12

/freebsd-11-stable/stand/libsa/
H A Dstand.h438 #define calloc(x, y) Calloc(x, y, __FILE__, __LINE__) macro
443 #define calloc(x, y) Calloc(x, y, NULL, 0) macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp559 void *calloc(uptr NMemB, uptr Size) { function in struct:__scudo::Allocator
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c54 #undef calloc macro
/freebsd-11-stable/usr.sbin/unbound/
H A Dconfig.h1373 # define calloc(n,s) unbound_stat_calloc_log(n, s, __FILE__, __LINE__, __func__) macro
/freebsd-11-stable/contrib/tcsh/
H A Dsh.h329 # define calloc __calloc macro
334 # undef calloc macro
486 # define calloc lint_calloc macro

Completed in 75 milliseconds

12