Lines Matching defs:JEMALLOC_ATTR
199 # define JEMALLOC_ATTR(s)
229 # define JEMALLOC_ATTR(s) __attribute__((s))
230 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
232 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
233 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2))
239 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
242 # define JEMALLOC_FORMAT_ARG(i) JEMALLOC_ATTR(__format_arg__(3))
247 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
249 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
254 # define JEMALLOC_FALLTHROUGH JEMALLOC_ATTR(fallthrough)
258 # define JEMALLOC_NOINLINE JEMALLOC_ATTR(noinline)
259 # define JEMALLOC_NOTHROW JEMALLOC_ATTR(nothrow)
260 # define JEMALLOC_SECTION(s) JEMALLOC_ATTR(section(s))
264 # define JEMALLOC_COLD JEMALLOC_ATTR(__cold__)
269 # define JEMALLOC_WARN_ON_USAGE(warning_message) JEMALLOC_ATTR(deprecated(warning_message))
274 # define JEMALLOC_ATTR(s)
319 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1);
322 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2);
325 JEMALLOC_ATTR(nonnull(1));
328 size_t size) JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc)
341 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1);
348 int flags) JEMALLOC_ATTR(pure);
353 JEMALLOC_ATTR(pure);
374 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc);
380 JEMALLOC_ATTR(malloc);
386 JEMALLOC_ATTR(malloc);