Home
last modified time | relevance | path

Searched refs:JEMALLOC_FORMAT_PRINTF (Results 1 – 17 of 17) sorted by relevance

/external/jemalloc/include/jemalloc/
Djemalloc_macros.h52 # 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
Djemalloc_macros.h.in52 # 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
Djemalloc.h167 # 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/
Djemalloc_macros.h71 # 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
Djemalloc_macros.h.in71 # 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
Djemalloc.h134 # 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/
Dmalloc_io.h55 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);
Demitter.h96 JEMALLOC_FORMAT_PRINTF(2, 3)
107 JEMALLOC_FORMAT_PRINTF(2, 3)
/external/jemalloc/test/src/
Dtest.c8 JEMALLOC_FORMAT_PRINTF(1, 2)
21 JEMALLOC_FORMAT_PRINTF(1, 2)
/external/jemalloc/include/jemalloc/internal/
Dutil.h110 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/
Dtest.c65 JEMALLOC_FORMAT_PRINTF(1, 2)
77 JEMALLOC_FORMAT_PRINTF(1, 2)
/external/jemalloc/src/
Dutil.c596 JEMALLOC_FORMAT_PRINTF(3, 4)
635 JEMALLOC_FORMAT_PRINTF(3, 4)
648 JEMALLOC_FORMAT_PRINTF(1, 2)
Dprof.c1024 JEMALLOC_FORMAT_PRINTF(2, 3)
1399 JEMALLOC_FORMAT_PRINTF(1, 2)
/external/jemalloc_new/src/
Dmalloc_io.c609 JEMALLOC_FORMAT_PRINTF(3, 4)
646 JEMALLOC_FORMAT_PRINTF(3, 4)
658 JEMALLOC_FORMAT_PRINTF(1, 2)
Dprof.c1040 JEMALLOC_FORMAT_PRINTF(2, 3)
1402 JEMALLOC_FORMAT_PRINTF(1, 2)
/external/jemalloc_new/test/include/test/
Dtest.h329 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/
Dtest.h325 void test_skip(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
326 void test_fail(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);