Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/
H A 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"))
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)
107 # define JEMALLOC_SECTION(s) JEMALLOC_ATTR(section(s))
[all …]
H A 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);
/f-stack/app/redis-5.0.5/deps/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)
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A 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()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Djemalloc.c27 JEMALLOC_ATTR(weak)
133 JEMALLOC_ATTR(constructor) in JEMALLOC_ATTR() function
155 JEMALLOC_SECTION(".CRT$XCU") JEMALLOC_ATTR(used)
2018 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1) in JEMALLOC_ATTR() function
2046 JEMALLOC_ATTR(nonnull(1))
2080 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(2) in JEMALLOC_ATTR() function
2418 JEMALLOC_ATTR(malloc) in JEMALLOC_ATTR() function
2453 JEMALLOC_ATTR(malloc) in JEMALLOC_ATTR() function
2893 JEMALLOC_ATTR(pure) in JEMALLOC_ATTR() function
3027 JEMALLOC_ATTR(pure) in JEMALLOC_ATTR() function
[all …]
H A Dzone.c84 JEMALLOC_ATTR(weak_import);
436 JEMALLOC_ATTR(constructor) in JEMALLOC_ATTR() function
H A Dtsd.c317 JEMALLOC_SECTION(".CRT$XLY") JEMALLOC_ATTR(used)