Searched refs:__crt_calloc (Results 1 – 5 of 5) sorted by relevance
35 void *__crt_calloc(size_t num, size_t size);
43 p = __crt_calloc(number, size); in xcalloc()
158 __crt_calloc(size_t num, size_t size) in __crt_calloc() function
6458 return (__crt_calloc(num, size)); in calloc()
94 res = __crt_calloc(num, size); in __thr_calloc()