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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dxmalloc.h15 void xfree_impl(void *ptr, const char *file, int line, const char *func);
50 #define xfree(ptr) xfree_impl(ptr, __FILE__, __LINE__, __XMALLOC_FUNCTION)
H A Dxmalloc.c306 xfree_impl(void *ptr, const char *file, int line, const char *func)
304 xfree_impl(void *ptr, const char *file, int line, const char *func) function

Completed in 106 milliseconds