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

/freebsd-10.2-release/usr.bin/grep/regex/
H A Dxmalloc.h14 void *xmalloc_impl(size_t size, const char *file, int line, const char *func);
48 #define xmalloc(size) xmalloc_impl(size, __FILE__, __LINE__, \
H A Dxmalloc.c241 xmalloc_impl(size_t size, const char *file, int line, const char *func)
239 xmalloc_impl(size_t size, const char *file, int line, const char *func) function

Completed in 127 milliseconds