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

/freebsd-10.2-release/usr.bin/grep/regex/
H A Dxmalloc.h17 void xfree_impl(void *ptr, const char *file, int line, const char *func);
52 #define xfree(ptr) xfree_impl(ptr, __FILE__, __LINE__, __XMALLOC_FUNCTION)
H A Dxmalloc.c304 xfree_impl(void *ptr, const char *file, int line, const char *func)
302 xfree_impl(void *ptr, const char *file, int line, const char *func) function

Completed in 97 milliseconds