Searched defs:JEMALLOC_FORMAT_PRINTF (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc_new/include/jemalloc/ |
D | jemalloc_macros.h | 71 # define JEMALLOC_FORMAT_PRINTF(s, i) macro 99 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i)) macro 101 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i)) macro 103 # define JEMALLOC_FORMAT_PRINTF(s, i) macro 116 # define JEMALLOC_FORMAT_PRINTF(s, i) macro
|
D | jemalloc_macros.h.in | 71 # define JEMALLOC_FORMAT_PRINTF(s, i) macro 99 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i)) macro 101 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i)) macro 103 # define JEMALLOC_FORMAT_PRINTF(s, i) macro 116 # define JEMALLOC_FORMAT_PRINTF(s, i) macro
|
D | jemalloc.h | 134 # define JEMALLOC_FORMAT_PRINTF(s, i) macro
|
/external/jemalloc/include/jemalloc/ |
D | jemalloc_macros.h | 52 # define JEMALLOC_FORMAT_PRINTF(s, i) macro 80 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i)) macro 82 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i)) macro 84 # define JEMALLOC_FORMAT_PRINTF(s, i) macro 97 # define JEMALLOC_FORMAT_PRINTF(s, i) macro
|
D | jemalloc_macros.h.in | 52 # define JEMALLOC_FORMAT_PRINTF(s, i) macro 80 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i)) macro 82 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i)) macro 84 # define JEMALLOC_FORMAT_PRINTF(s, i) macro 97 # define JEMALLOC_FORMAT_PRINTF(s, i) macro
|
D | jemalloc.h | 167 # define JEMALLOC_FORMAT_PRINTF(s, i) macro
|