Home
last modified time | relevance | path

Searched refs:JEMALLOC_ATTR (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc.h148 # define JEMALLOC_ATTR(s) macro
175 # define JEMALLOC_ATTR(s) __attribute__((s))
176 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
178 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
179 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2))
185 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
188 # define JEMALLOC_FORMAT_ARG(i) JEMALLOC_ATTR(__format_arg__(3))
193 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
195 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
199 # define JEMALLOC_NOINLINE JEMALLOC_ATTR(noinline)
[all …]
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h7 # define JEMALLOC_ALWAYS_INLINE JEMALLOC_ATTR(always_inline) static inline
13 #define UNUSED JEMALLOC_ATTR(unused)
45 #define JEMALLOC_FALLTHROUGH JEMALLOC_ATTR(fallthrough);
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c33 JEMALLOC_ATTR(weak)
143 JEMALLOC_ATTR(constructor) in JEMALLOC_ATTR() function
165 JEMALLOC_SECTION(".CRT$XCU") JEMALLOC_ATTR(used)
2326 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1) in JEMALLOC_ATTR() function
2396 JEMALLOC_ATTR(nonnull(1))
2436 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(2) in JEMALLOC_ATTR() function
2477 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2) in JEMALLOC_ATTR() function
2869 JEMALLOC_ATTR(malloc) in JEMALLOC_ATTR() function
2908 JEMALLOC_ATTR(malloc) in JEMALLOC_ATTR() function
3082 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1) in JEMALLOC_ATTR() function
[all …]
H A Dtsd.c480 JEMALLOC_SECTION(".CRT$XLY") JEMALLOC_ATTR(used)
H A Dmalloc_io.c78 JEMALLOC_ATTR(visibility("hidden"))
/freebsd/contrib/jemalloc/
H A DFREEBSD-diffs527 +JEMALLOC_ATTR(visibility("hidden"))