Searched refs:__crt_calloc (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/libexec/rtld-elf/
H A Drtld_malloc.h37 void *__crt_calloc(size_t num, size_t size);
H A Dxmalloc.c45 p = __crt_calloc(number, size);
H A Drtld_malloc.c152 __crt_calloc(size_t num, size_t size) function
H A Drtld.h422 void *__crt_calloc(size_t num, size_t size);
H A Drtld.c5899 return (__crt_calloc(num, size));
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_malloc.c98 res = __crt_calloc(num, size);

Completed in 152 milliseconds