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

/external/jemalloc/include/jemalloc/
H A 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
H A Djemalloc.h142 # define JEMALLOC_FORMAT_PRINTF(s, i) macro
170 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i)) macro
172 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i)) macro
174 # define JEMALLOC_FORMAT_PRINTF(s, i) macro
187 # define JEMALLOC_FORMAT_PRINTF(s, i) macro

Completed in 101 milliseconds