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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dxmalloc.h27 # define __XMALLOC_FUNCTION __PRETTY_FUNCTION__
34 # define __XMALLOC_FUNCTION __PRETTY_FUNCTION__ macro
36 # define __XMALLOC_FUNCTION ((const char *) 0) macro
40 # define __XMALLOC_FUNCTION __func__ macro
42 # define __XMALLOC_FUNCTION ((const char *) 0) macro
47 __XMALLOC_FUNCTION)
49 __XMALLOC_FUNCTION)
50 #define xfree(ptr) xfree_impl(ptr, __FILE__, __LINE__, __XMALLOC_FUNCTION)
52 __LINE__, __XMALLOC_FUNCTION)

Completed in 187 milliseconds