Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/
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(nothrow)
[all …]
Djemalloc.h123 # define JEMALLOC_ATTR(s) macro
149 # define JEMALLOC_ATTR(s) __attribute__((s))
150 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
152 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
153 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2))
159 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
162 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
164 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
168 # define JEMALLOC_NOINLINE JEMALLOC_ATTR(noinline)
169 # define JEMALLOC_NOTHROW JEMALLOC_ATTR(nothrow)
[all …]
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);
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);
Djemalloc_macros.h.in60 # 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(nothrow)
[all …]
Djemalloc_protos.h.in12 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);
/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_macros.h7 # define JEMALLOC_ALWAYS_INLINE JEMALLOC_ATTR(always_inline) static inline
13 #define UNUSED JEMALLOC_ATTR(unused)
/external/jemalloc_new/test/unit/
DSFMT.c1453 uint32_t array32[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN()
1454 uint32_t array32_2[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN()
1487 uint32_t array32[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN()
1488 uint32_t array32_2[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN()
1522 uint64_t array64[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN()
1523 uint64_t array64_2[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN()
1557 uint64_t array64[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN()
1558 uint64_t array64_2[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN()
/external/jemalloc_new/src/
Djemalloc.c27 JEMALLOC_ATTR(weak)
133 JEMALLOC_ATTR(constructor) in JEMALLOC_ATTR() function
155 JEMALLOC_SECTION(".CRT$XCU") JEMALLOC_ATTR(used)
2034 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1) function
2062 JEMALLOC_ATTR(nonnull(1))
2096 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(2) function
2132 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2) function
2434 JEMALLOC_ATTR(malloc) function
2469 JEMALLOC_ATTR(malloc) function
2564 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1) function
[all …]
Dzone.c84 JEMALLOC_ATTR(weak_import);
436 JEMALLOC_ATTR(constructor) in JEMALLOC_ATTR() function
Dtsd.c317 JEMALLOC_SECTION(".CRT$XLY") JEMALLOC_ATTR(used)