HomeSort by relevance Sort by last modified time
    Searched defs:JEMALLOC_ATTR (Results 1 - 4 of 4) sorted by null

  /external/jemalloc/src/
zone.c 11 JEMALLOC_ATTR(weak_import);
171 JEMALLOC_ATTR(constructor)
jemalloc.c 8 const char *je_malloc_conf JEMALLOC_ATTR(weak);
201 JEMALLOC_ATTR(constructor)
221 JEMALLOC_SECTION(".CRT$XCU") JEMALLOC_ATTR(used)
    [all...]
  /external/jemalloc/include/jemalloc/
jemalloc_macros.h 41 # define JEMALLOC_ATTR(s)
67 # define JEMALLOC_ATTR(s) __attribute__((s))
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...]
jemalloc.h 131 # define JEMALLOC_ATTR(s)
157 # define JEMALLOC_ATTR(s) __attribute__((s))
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(nothrow
    [all...]

Completed in 514 milliseconds