Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/
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_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_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/include/jemalloc/
Djemalloc_macros.h41 # define JEMALLOC_ATTR(s) macro
67 # define JEMALLOC_ATTR(s) __attribute__((s)) macro
68 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
70 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
71 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2))
77 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
80 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
82 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
86 # define JEMALLOC_NOINLINE JEMALLOC_ATTR(noinline)
87 # define JEMALLOC_NOTHROW JEMALLOC_ATTR(nothrow)
[all …]
Djemalloc.h156 # define JEMALLOC_ATTR(s) macro
182 # define JEMALLOC_ATTR(s) __attribute__((s))
183 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
185 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
186 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2))
192 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
195 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
197 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
201 # define JEMALLOC_NOINLINE JEMALLOC_ATTR(noinline)
202 # define JEMALLOC_NOTHROW JEMALLOC_ATTR(nothrow)
[all …]
Djemalloc_macros.h.in41 # define JEMALLOC_ATTR(s) macro
67 # define JEMALLOC_ATTR(s) __attribute__((s)) macro
68 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
70 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
71 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2))
77 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
80 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
82 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
86 # define JEMALLOC_NOINLINE JEMALLOC_ATTR(noinline)
87 # define JEMALLOC_NOTHROW JEMALLOC_ATTR(nothrow)
[all …]
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_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.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/include/jemalloc/internal/
Djemalloc_internal_macros.h21 static inline JEMALLOC_ATTR(unused) JEMALLOC_ATTR(always_inline)
23 static inline JEMALLOC_ATTR(always_inline)
36 # define UNUSED JEMALLOC_ATTR(unused)
Dtsd.h668 malloc_tsd_protos(JEMALLOC_ATTR(unused), , tsd_t)
/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/src/
Dzone.c11 JEMALLOC_ATTR(weak_import);
296 JEMALLOC_ATTR(constructor) in JEMALLOC_ATTR() function
Djemalloc.c10 JEMALLOC_ATTR(weak)
216 JEMALLOC_ATTR(constructor) in JEMALLOC_ATTR() function
236 JEMALLOC_SECTION(".CRT$XCU") JEMALLOC_ATTR(used)
1639 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1) function
1702 JEMALLOC_ATTR(nonnull(1))
1775 JEMALLOC_ATTR(nonnull(1))
1787 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(2) function
1803 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2) function
2040 JEMALLOC_ATTR(malloc) function
2053 JEMALLOC_ATTR(malloc) function
[all …]
Dtsd.c160 JEMALLOC_SECTION(".CRT$XLY") JEMALLOC_ATTR(used)
/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/test/unit/
DSFMT.c1454 uint32_t array32[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN()
1455 uint32_t array32_2[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN()
1489 uint32_t array32[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN()
1490 uint32_t array32_2[BLOCK_SIZE] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN()
1525 uint64_t array64[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN()
1526 uint64_t array64_2[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN()
1561 uint64_t array64[BLOCK_SIZE64] JEMALLOC_ATTR(aligned(16)); in TEST_BEGIN()
1562 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)