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

  /external/jemalloc/include/jemalloc/
jemalloc_macros.h 34 # define JEMALLOC_ATTR(s) __attribute__((s))
36 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
38 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
39 # define JEMALLOC_SECTION(s) JEMALLOC_ATTR(section(s))
40 # define JEMALLOC_NOINLINE JEMALLOC_ATTR(noinline)
42 # define JEMALLOC_ATTR(s)
54 # define JEMALLOC_ATTR(s)
jemalloc.h 98 # define JEMALLOC_ATTR(s) __attribute__((s))
100 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
102 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
103 # define JEMALLOC_SECTION(s) JEMALLOC_ATTR(section(s))
104 # define JEMALLOC_NOINLINE JEMALLOC_ATTR(noinline)
106 # define JEMALLOC_ATTR(s)
118 # define JEMALLOC_ATTR(s)
134 JEMALLOC_EXPORT void *je_malloc(size_t size) JEMALLOC_ATTR(malloc);
136 JEMALLOC_ATTR(malloc);
138 size_t size) JEMALLOC_ATTR(nonnull(1))
    [all...]
  /external/jemalloc/src/
zone.c 11 JEMALLOC_ATTR(weak_import);
169 JEMALLOC_ATTR(constructor)

Completed in 49 milliseconds