Searched defs:JEMALLOC_ATTR (Results 1 - 4 of 4) sorted by relevance

/external/jemalloc/include/jemalloc/
H A 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(nothro
92 # define JEMALLOC_ATTR macro
[all...]
H A Djemalloc.h131 # define JEMALLOC_ATTR(s) macro
157 # define JEMALLOC_ATTR(s) __attribute__((s)) macro
158 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
160 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
161 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2))
167 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
170 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
172 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
176 # define JEMALLOC_NOINLINE JEMALLOC_ATTR(noinline)
177 # define JEMALLOC_NOTHROW JEMALLOC_ATTR(nothro
182 # define JEMALLOC_ATTR macro
[all...]
/external/jemalloc/src/
H A Dzone.c11 JEMALLOC_ATTR(weak_import);
171 JEMALLOC_ATTR(constructor) function
H A Djemalloc.c8 const char *je_malloc_conf JEMALLOC_ATTR(weak);
201 JEMALLOC_ATTR(constructor)
221 JEMALLOC_SECTION(".CRT$XCU") JEMALLOC_ATTR(used)
1501 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1) function
1568 JEMALLOC_ATTR(nonnull(1))
1635 JEMALLOC_ATTR(nonnull(1))
1646 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(2) function
1702 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2) function
1951 JEMALLOC_ATTR(malloc) function
1965 JEMALLOC_ATTR(mallo function
2160 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1) function
2472 JEMALLOC_ATTR(pure) function
2548 JEMALLOC_ATTR(pure) function
[all...]

Completed in 120 milliseconds