Home
last modified time | relevance | path

Searched refs:__crt_calloc (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/libexec/rtld-elf/
HDrtld_malloc.h35 void *__crt_calloc(size_t num, size_t size);
HDxmalloc.c43 p = __crt_calloc(number, size); in xcalloc()
HDrtld_malloc.c158 __crt_calloc(size_t num, size_t size) in __crt_calloc() function
HDrtld.c6458 return (__crt_calloc(num, size)); in calloc()
/freebsd-13-stable/lib/libthr/thread/
HDthr_malloc.c94 res = __crt_calloc(num, size); in __thr_calloc()