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

/netbsd-current/external/bsd/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.h185 # define JEMALLOC_FORMAT_PRINTF(s, i) macro
214 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i)) macro
216 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i)) macro
218 # define JEMALLOC_FORMAT_PRINTF(s, i) macro
231 # define JEMALLOC_FORMAT_PRINTF(s, i) macro

Completed in 90 milliseconds