Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc_macros.h.in73 # define JEMALLOC_FORMAT_PRINTF(s, i) macro
108 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i)) macro
110 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i)) macro
112 # define JEMALLOC_FORMAT_PRINTF(s, i) macro
135 # define JEMALLOC_FORMAT_PRINTF(s, i) macro
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc.h160 # define JEMALLOC_FORMAT_PRINTF( global() macro