HomeSort by: relevance | last modified time | path
    Searched defs:JEMALLOC_ATTR (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/jemalloc/dist/include/jemalloc/
jemalloc_macros.h 61 # define JEMALLOC_ATTR(s)
91 # define JEMALLOC_ATTR(s) __attribute__((s))
92 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
94 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
95 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2))
101 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
104 # define JEMALLOC_FORMAT_ARG(i) JEMALLOC_ATTR(__format_arg__(3))
109 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
111 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
116 # define JEMALLOC_FALLTHROUGH JEMALLOC_ATTR(fallthrough
    [all...]
jemalloc.h 199 # define JEMALLOC_ATTR(s)
229 # define JEMALLOC_ATTR(s) __attribute__((s))
230 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
232 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
233 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2))
239 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
242 # define JEMALLOC_FORMAT_ARG(i) JEMALLOC_ATTR(__format_arg__(3))
247 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
249 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
254 # define JEMALLOC_FALLTHROUGH JEMALLOC_ATTR(fallthrough
    [all...]
  /src/external/bsd/jemalloc/include/jemalloc/
jemalloc_macros.h 61 # define JEMALLOC_ATTR(s)
91 # define JEMALLOC_ATTR(s) __attribute__((s))
92 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
94 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
95 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2))
101 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
104 # define JEMALLOC_FORMAT_ARG(i) JEMALLOC_ATTR(__format_arg__(3))
109 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
111 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
116 # define JEMALLOC_FALLTHROUGH JEMALLOC_ATTR(fallthrough
    [all...]
jemalloc.h 199 # define JEMALLOC_ATTR(s)
229 # define JEMALLOC_ATTR(s) __attribute__((s))
230 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
232 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
233 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2))
239 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
242 # define JEMALLOC_FORMAT_ARG(i) JEMALLOC_ATTR(__format_arg__(3))
247 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
249 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
254 # define JEMALLOC_FALLTHROUGH JEMALLOC_ATTR(fallthrough
    [all...]
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/
jemalloc_macros.h 61 # define JEMALLOC_ATTR(s)
91 # define JEMALLOC_ATTR(s) __attribute__((s))
92 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
94 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
95 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2))
101 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
104 # define JEMALLOC_FORMAT_ARG(i) JEMALLOC_ATTR(__format_arg__(3))
109 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
111 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
116 # define JEMALLOC_FALLTHROUGH JEMALLOC_ATTR(fallthrough
    [all...]
jemalloc.h 199 # define JEMALLOC_ATTR(s)
229 # define JEMALLOC_ATTR(s) __attribute__((s))
230 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
232 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
233 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2))
239 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
242 # define JEMALLOC_FORMAT_ARG(i) JEMALLOC_ATTR(__format_arg__(3))
247 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
249 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
254 # define JEMALLOC_FALLTHROUGH JEMALLOC_ATTR(fallthrough
    [all...]
  /src/external/bsd/jemalloc.old/include/jemalloc/
jemalloc_macros.h 61 # define JEMALLOC_ATTR(s)
91 # define JEMALLOC_ATTR(s) __attribute__((s))
92 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
94 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
95 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2))
101 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
104 # define JEMALLOC_FORMAT_ARG(i) JEMALLOC_ATTR(__format_arg__(3))
109 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
111 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
116 # define JEMALLOC_FALLTHROUGH JEMALLOC_ATTR(fallthrough
    [all...]
jemalloc.h 199 # define JEMALLOC_ATTR(s)
229 # define JEMALLOC_ATTR(s) __attribute__((s))
230 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
232 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
233 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2))
239 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
242 # define JEMALLOC_FORMAT_ARG(i) JEMALLOC_ATTR(__format_arg__(3))
247 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
249 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
254 # define JEMALLOC_FALLTHROUGH JEMALLOC_ATTR(fallthrough
    [all...]
  /src/external/bsd/jemalloc/dist/src/
zone.c 89 JEMALLOC_ATTR(weak_import);
438 JEMALLOC_ATTR(constructor)
jemalloc.c 62 JEMALLOC_ATTR(weak)
84 JEMALLOC_ATTR(weak)
268 JEMALLOC_ATTR(constructor)
291 JEMALLOC_ATTR(used)
1831 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1) je_malloc(size_t size) {
1841 JEMALLOC_ATTR(nonnull(1))
1883 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(2)
1924 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2)
2134 JEMALLOC_ATTR(malloc) je_memalign(size_t alignment, size_t size) {
2173 JEMALLOC_ATTR(malloc) je_valloc(size_t size)
    [all...]
  /src/external/bsd/jemalloc.old/dist/src/
zone.c 89 JEMALLOC_ATTR(weak_import);
438 JEMALLOC_ATTR(constructor)
jemalloc.c 62 JEMALLOC_ATTR(weak)
84 JEMALLOC_ATTR(weak)
268 JEMALLOC_ATTR(constructor)
291 JEMALLOC_ATTR(used)
1831 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1) je_malloc(size_t size) {
1841 JEMALLOC_ATTR(nonnull(1))
1883 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(2)
1924 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2)
2134 JEMALLOC_ATTR(malloc) je_memalign(size_t alignment, size_t size) {
2173 JEMALLOC_ATTR(malloc) je_valloc(size_t size)
    [all...]

Completed in 23 milliseconds