Searched refs:xmalloc_impl (Results 1 – 2 of 2) sorted by relevance
12 void *xmalloc_impl(size_t size, const char *file, int line, const char *func);46 #define xmalloc(size) xmalloc_impl(size, __FILE__, __LINE__, \
241 xmalloc_impl(size_t size, const char *file, int line, const char *func) in xmalloc_impl() function