Searched refs:xcalloc_impl (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/tre/dist/lib/ |
H A D | xmalloc.h | 13 void *xcalloc_impl(size_t nmemb, size_t size, const char *file, int line, 48 #define xcalloc(nmemb, size) xcalloc_impl(nmemb, size, __FILE__, __LINE__, \
|
H A D | xmalloc.c | 272 xcalloc_impl(size_t nmemb, size_t size, const char *file, int line, in xcalloc_impl() function
|