Home
last modified time | relevance | path

Searched defs:JEMALLOC_FORMAT_PRINTF (Results 1 – 3 of 3) sorted by relevance

/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