Home
last modified time | relevance | path

Searched defs:PRINTF_BA (Results 1 – 2 of 2) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_heap_jemalloc.h28 #define PRINTF_BA(fmt, ...) PRINTF_A ("%s", fmt, pal->num, __VA_ARGS__) macro
H A Dr_heap_glibc.h13 #define PRINTF_BA(fmt, ...) PRINTF_A ("%s", fmt, pal->num, __VA_ARGS__) macro