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

/external/jemalloc/include/jemalloc/
H A Djemalloc_macros.h23 # define JEMALLOC_ATTR(s) __attribute__((s)) macro
24 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
25 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
26 # define JEMALLOC_SECTION(s) JEMALLOC_ATTR(section(s))
27 # define JEMALLOC_NOINLINE JEMALLOC_ATTR(noinline)
29 # define JEMALLOC_ATTR(s) macro
39 # define JEMALLOC_ATTR(s) macro
H A Djemalloc.h84 # define JEMALLOC_ATTR(s) __attribute__((s)) macro
89 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
91 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
92 # define JEMALLOC_SECTION(s) JEMALLOC_ATTR(section(s))
93 # define JEMALLOC_NOINLINE JEMALLOC_ATTR(noinline)
95 # define JEMALLOC_ATTR(s) macro
105 # define JEMALLOC_ATTR(s) macro
121 JEMALLOC_EXPORT void *je_malloc(size_t size) JEMALLOC_ATTR(malloc);
123 JEMALLOC_ATTR(malloc);
125 size_t size) JEMALLOC_ATTR(nonnul
[all...]
/external/jemalloc/src/
H A Dzone.c11 JEMALLOC_ATTR(weak_import);
169 JEMALLOC_ATTR(constructor) function

Completed in 801 milliseconds