Searched refs:JEMALLOC_ATTR (Results 1 - 10 of 10) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/
H A Djemalloc_macros.h60 # define JEMALLOC_ATTR(s) macro
86 # define JEMALLOC_ATTR(s) __attribute__((s)) macro
87 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
89 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
90 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2))
96 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
99 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
101 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
105 # define JEMALLOC_NOINLINE JEMALLOC_ATTR(noinline)
106 # define JEMALLOC_NOTHROW JEMALLOC_ATTR(nothro
111 # define JEMALLOC_ATTR macro
[all...]
H A Djemalloc_protos_jet.h12 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1);
15 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2);
17 size_t alignment, size_t size) JEMALLOC_CXX_THROW JEMALLOC_ATTR(nonnull(1));
20 size_t size) JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc)
30 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1);
37 int flags) JEMALLOC_ATTR(pure);
42 JEMALLOC_ATTR(pure);
59 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc);
65 JEMALLOC_ATTR(malloc);
H A Djemalloc_protos.h12 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1);
15 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2);
17 size_t alignment, size_t size) JEMALLOC_CXX_THROW JEMALLOC_ATTR(nonnull(1));
20 size_t size) JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc)
30 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1);
37 int flags) JEMALLOC_ATTR(pure);
42 JEMALLOC_ATTR(pure);
59 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc);
65 JEMALLOC_ATTR(malloc);
H A Djemalloc.h144 # define JEMALLOC_ATTR(s) macro
170 # define JEMALLOC_ATTR(s) __attribute__((s)) macro
171 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
173 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
174 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2))
180 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
183 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
185 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
189 # define JEMALLOC_NOINLINE JEMALLOC_ATTR(noinline)
190 # define JEMALLOC_NOTHROW JEMALLOC_ATTR(nothro
195 # define JEMALLOC_ATTR macro
[all...]
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h24 static inline JEMALLOC_ATTR(unused) JEMALLOC_ATTR(always_inline)
26 static inline JEMALLOC_ATTR(always_inline)
39 # define UNUSED JEMALLOC_ATTR(unused)
H A Dtsd_inlines.h5 malloc_tsd_protos(JEMALLOC_ATTR(unused), , tsd_t)
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dtsd.c159 JEMALLOC_SECTION(".CRT$XLY") JEMALLOC_ATTR(used)
H A Dzone.c80 JEMALLOC_ATTR(weak_import);
434 JEMALLOC_ATTR(constructor) function
H A Djemalloc.c10 JEMALLOC_ATTR(weak)
210 JEMALLOC_ATTR(constructor)
231 JEMALLOC_SECTION(".CRT$XCU") JEMALLOC_ATTR(used)
1757 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1) function
1782 JEMALLOC_ATTR(nonnull(1))
1810 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(2) function
1841 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2) function
2061 JEMALLOC_ATTR(malloc) function
2092 JEMALLOC_ATTR(malloc) function
2182 JEMALLOC_ATTR(mallo function
2503 JEMALLOC_ATTR(pure) function
2598 JEMALLOC_ATTR(pure) function
[all...]
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A DSFMT.c1454 uint32_t array32[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16));
1455 uint32_t array32_2[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16));
1489 uint32_t array32[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16));
1490 uint32_t array32_2[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16));
1525 uint64_t array64[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16));
1526 uint64_t array64_2[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16));
1561 uint64_t array64[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16));
1562 uint64_t array64_2[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16));

Completed in 310 milliseconds