Searched refs:xcalloc_impl (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/usr.bin/grep/regex/
H A Dxmalloc.h15 void *xcalloc_impl(size_t nmemb, size_t size, const char *file, int line,
50 #define xcalloc(nmemb, size) xcalloc_impl(nmemb, size, __FILE__, __LINE__, \
H A Dxmalloc.c272 xcalloc_impl(size_t nmemb, size_t size, const char *file, int line,
270 xcalloc_impl(size_t nmemb, size_t size, const char *file, int line, function

Completed in 101 milliseconds