Searched defs:JEMALLOC_FORMAT_PRINTF (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/
H A 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
H A Djemalloc.h155 # define JEMALLOC_FORMAT_PRINTF(s, i) macro
183 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i)) macro
185 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i)) macro
187 # define JEMALLOC_FORMAT_PRINTF(s, i) macro
200 # define JEMALLOC_FORMAT_PRINTF(s, i) macro

Completed in 79 milliseconds