/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 195 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i)) 197 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i)) 199 # define JEMALLOC_FORMAT_PRINTF(s, i) 212 # define JEMALLOC_FORMAT_PRINTF(s, i)
|
/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 162 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i)) 164 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i)) 166 # define JEMALLOC_FORMAT_PRINTF(s, i) 179 # define JEMALLOC_FORMAT_PRINTF(s, i)
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | malloc_io.h | 55 JEMALLOC_FORMAT_PRINTF(3, 4); 63 const char *format, ...) JEMALLOC_FORMAT_PRINTF(3, 4); 64 void malloc_printf(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
|
D | emitter.h | 96 JEMALLOC_FORMAT_PRINTF(2, 3) 107 JEMALLOC_FORMAT_PRINTF(2, 3)
|
/external/jemalloc/test/src/ |
D | test.c | 8 JEMALLOC_FORMAT_PRINTF(1, 2) 21 JEMALLOC_FORMAT_PRINTF(1, 2)
|
/external/jemalloc/include/jemalloc/internal/ |
D | util.h | 110 JEMALLOC_FORMAT_PRINTF(3, 4); 114 const char *format, ...) JEMALLOC_FORMAT_PRINTF(3, 4); 115 void malloc_printf(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
|
/external/jemalloc_new/test/src/ |
D | test.c | 65 JEMALLOC_FORMAT_PRINTF(1, 2) 77 JEMALLOC_FORMAT_PRINTF(1, 2)
|
/external/jemalloc/src/ |
D | util.c | 596 JEMALLOC_FORMAT_PRINTF(3, 4) 635 JEMALLOC_FORMAT_PRINTF(3, 4) 648 JEMALLOC_FORMAT_PRINTF(1, 2)
|
D | prof.c | 1024 JEMALLOC_FORMAT_PRINTF(2, 3) 1399 JEMALLOC_FORMAT_PRINTF(1, 2)
|
/external/jemalloc_new/src/ |
D | malloc_io.c | 609 JEMALLOC_FORMAT_PRINTF(3, 4) 646 JEMALLOC_FORMAT_PRINTF(3, 4) 658 JEMALLOC_FORMAT_PRINTF(1, 2)
|
D | prof.c | 1040 JEMALLOC_FORMAT_PRINTF(2, 3) 1402 JEMALLOC_FORMAT_PRINTF(1, 2)
|
/external/jemalloc_new/test/include/test/ |
D | test.h | 329 void test_skip(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2); 330 void test_fail(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
|
/external/jemalloc/test/include/test/ |
D | test.h | 325 void test_skip(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2); 326 void test_fail(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
|