HomeSort by: relevance | last modified time | path
    Searched refs:JEMALLOC_FORMAT_PRINTF (Results 1 - 21 of 21) sorted by relevancy

  /src/external/bsd/jemalloc/include/jemalloc/
jemalloc_macros.h 73 # define JEMALLOC_FORMAT_PRINTF(s, i)
108 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
110 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
112 # define JEMALLOC_FORMAT_PRINTF(s, i)
135 # define JEMALLOC_FORMAT_PRINTF(s, i)
jemalloc.h 197 # define JEMALLOC_FORMAT_PRINTF(s, i)
232 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
234 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
236 # define JEMALLOC_FORMAT_PRINTF(s, i)
259 # define JEMALLOC_FORMAT_PRINTF(s, i)
  /src/external/bsd/jemalloc.old/include/jemalloc/
jemalloc_macros.h 71 # define JEMALLOC_FORMAT_PRINTF(s, i)
99 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
101 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
103 # define JEMALLOC_FORMAT_PRINTF(s, i)
116 # define JEMALLOC_FORMAT_PRINTF(s, i)
jemalloc.h 185 # define JEMALLOC_FORMAT_PRINTF(s, i)
214 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
216 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
218 # define JEMALLOC_FORMAT_PRINTF(s, i)
231 # define JEMALLOC_FORMAT_PRINTF(s, i)
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
malloc_io.h 58 JEMALLOC_FORMAT_PRINTF(3, 4);
66 ...) JEMALLOC_FORMAT_PRINTF(3, 4);
67 void malloc_printf(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
emitter.h 87 JEMALLOC_FORMAT_PRINTF(2, 3)
396 JEMALLOC_FORMAT_PRINTF(2, 3)
  /src/external/bsd/jemalloc/include/jemalloc/internal/
malloc_io.h 58 JEMALLOC_FORMAT_PRINTF(3, 4);
66 ...) JEMALLOC_FORMAT_PRINTF(3, 4);
67 void malloc_printf(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
emitter.h 87 JEMALLOC_FORMAT_PRINTF(2, 3)
396 JEMALLOC_FORMAT_PRINTF(2, 3)
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
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);
emitter.h 96 JEMALLOC_FORMAT_PRINTF(2, 3)
107 JEMALLOC_FORMAT_PRINTF(2, 3)
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
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);
emitter.h 96 JEMALLOC_FORMAT_PRINTF(2, 3)
107 JEMALLOC_FORMAT_PRINTF(2, 3)
  /src/external/bsd/jemalloc/dist/test/src/
test.c 65 JEMALLOC_FORMAT_PRINTF(1, 2)
77 JEMALLOC_FORMAT_PRINTF(1, 2)
  /src/external/bsd/jemalloc.old/dist/test/src/
test.c 65 JEMALLOC_FORMAT_PRINTF(1, 2)
77 JEMALLOC_FORMAT_PRINTF(1, 2)
  /src/external/bsd/jemalloc/dist/src/
malloc_io.c 632 JEMALLOC_FORMAT_PRINTF(3, 4)
668 JEMALLOC_FORMAT_PRINTF(3, 4)
679 JEMALLOC_FORMAT_PRINTF(1, 2)
prof_sys.c 425 JEMALLOC_FORMAT_PRINTF(1, 2)
prof_data.c 507 JEMALLOC_FORMAT_PRINTF(3, 4)
  /src/external/bsd/jemalloc.old/dist/src/
malloc_io.c 609 JEMALLOC_FORMAT_PRINTF(3, 4)
646 JEMALLOC_FORMAT_PRINTF(3, 4)
658 JEMALLOC_FORMAT_PRINTF(1, 2)
prof.c 1057 JEMALLOC_FORMAT_PRINTF(2, 3)
1421 JEMALLOC_FORMAT_PRINTF(1, 2)
  /src/external/bsd/jemalloc.old/dist/test/include/test/
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);
  /src/external/bsd/jemalloc/dist/test/include/test/
test.h 574 void test_skip(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);
575 void test_fail(const char *format, ...) JEMALLOC_FORMAT_PRINTF(1, 2);

Completed in 52 milliseconds