Searched refs:__SW_FUNCTION__ (Results 1 – 2 of 2) sorted by relevance
/external/avahi/avahi-compat-howl/include/salt/ |
D | debug.h | 76 # define __SW_FUNCTION__ __func__ macro 80 # define __SW_FUNCTION__ __PRETTY_FUNCTION__ 84 # define __SW_FUNCTION__ __FUNCTION__ 88 # define __SW_FUNCTION__ "" 111 sw_print_assert(0, NULL, __FILE__, __SW_FUNCTION__, __LINE__); \ 135 sw_print_assert((int) code, NULL, __FILE__, __SW_FUNCTION__, __LINE__); \ 169 sw_print_assert( 0, #X, __FILE__, __SW_FUNCTION__, __LINE__); \
|
D | platform.h | 289 # define sw_malloc(SIZE) _sw_debug_malloc(SIZE, __SW_FUNCTION__, __FILE__, __LINE__) 290 # define sw_realloc(MEM,SIZE) _sw_debug_realloc(MEM, SIZE, __SW_FUNCTION__, __FILE__, __LINE__) 291 # define sw_free(MEM) if (MEM) _sw_debug_free(MEM, __SW_FUNCTION__, __FILE__, __LINE__)
|