Searched refs:JEMALLOC_ATTR (Results 1 – 11 of 11) sorted by relevance
/external/jemalloc_new/include/jemalloc/ |
D | jemalloc_macros.h | 60 # 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 …]
|
D | jemalloc.h | 123 # 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 …]
|
D | jemalloc_protos.h | 12 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);
|
D | jemalloc_protos_jet.h | 12 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);
|
D | jemalloc_macros.h.in | 60 # 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 …]
|
D | jemalloc_protos.h.in | 12 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/ |
D | jemalloc_internal_macros.h | 7 # define JEMALLOC_ALWAYS_INLINE JEMALLOC_ATTR(always_inline) static inline 13 #define UNUSED JEMALLOC_ATTR(unused)
|
/external/jemalloc_new/test/unit/ |
D | SFMT.c | 1453 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/ |
D | jemalloc.c | 27 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 …]
|
D | zone.c | 84 JEMALLOC_ATTR(weak_import); 436 JEMALLOC_ATTR(constructor) in JEMALLOC_ATTR() function
|
D | tsd.c | 317 JEMALLOC_SECTION(".CRT$XLY") JEMALLOC_ATTR(used)
|