Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/
H A Dxmalloc.c43 p = __crt_calloc(number, size); in xcalloc()
H A Drtld_malloc.c155 __crt_calloc(size_t num, size_t size) in __crt_calloc() function
H A Drtld.c6521 return (__crt_calloc(num, size)); in calloc()