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

  /src/external/bsd/jemalloc.old/include/jemalloc/
jemalloc_macros.h 60 # define JEMALLOC_ATTR(s)
86 # define JEMALLOC_ATTR(s) __attribute__((s))
87 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
89 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
90 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2))
96 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
99 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
101 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
105 # define JEMALLOC_NOINLINE JEMALLOC_ATTR(noinline)
106 # define JEMALLOC_NOTHROW JEMALLOC_ATTR(nothrow
    [all...]
jemalloc.h 173 # define JEMALLOC_ATTR(s)
200 # define JEMALLOC_ATTR(s) __attribute__((s))
201 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
202 # define JEMALLOC_NORETURN JEMALLOC_ATTR(__noreturn__)
204 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
205 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2))
211 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
214 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
216 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
220 # define JEMALLOC_NOINLINE JEMALLOC_ATTR(noinline
    [all...]
  /src/external/bsd/jemalloc/include/jemalloc/
jemalloc_macros.h 61 # define JEMALLOC_ATTR(s)
90 # define JEMALLOC_ATTR(s) __attribute__((s))
91 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
93 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
94 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2))
100 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
103 # define JEMALLOC_FORMAT_ARG(i) JEMALLOC_ATTR(__format_arg__(3))
108 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
110 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
115 # define JEMALLOC_FALLTHROUGH JEMALLOC_ATTR(fallthrough
    [all...]
jemalloc.h 185 # define JEMALLOC_ATTR(s)
214 # define JEMALLOC_ATTR(s) __attribute__((s))
215 # define JEMALLOC_ALIGNED(s) JEMALLOC_ATTR(aligned(s))
217 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
218 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2))
224 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
227 # define JEMALLOC_FORMAT_ARG(i) JEMALLOC_ATTR(__format_arg__(3))
232 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(gnu_printf, s, i))
234 # define JEMALLOC_FORMAT_PRINTF(s, i) JEMALLOC_ATTR(format(printf, s, i))
239 # define JEMALLOC_FALLTHROUGH JEMALLOC_ATTR(fallthrough
    [all...]
  /src/external/bsd/jemalloc/dist/src/
zone.c 84 JEMALLOC_ATTR(weak_import);
436 JEMALLOC_ATTR(constructor)
jemalloc.c 62 JEMALLOC_ATTR(weak)
84 JEMALLOC_ATTR(weak)
246 JEMALLOC_ATTR(constructor)
268 JEMALLOC_SECTION(".CRT$XCU") JEMALLOC_ATTR(used)
2771 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1)
2777 JEMALLOC_ATTR(nonnull(1))
2817 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(2)
2858 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2)
3206 JEMALLOC_ATTR(malloc)
3245 JEMALLOC_ATTR(malloc
    [all...]
  /src/external/bsd/jemalloc.old/dist/src/
zone.c 84 JEMALLOC_ATTR(weak_import);
436 JEMALLOC_ATTR(constructor)
jemalloc.c 59 JEMALLOC_ATTR(weak)
165 JEMALLOC_ATTR(constructor)
187 JEMALLOC_SECTION(".CRT$XCU") JEMALLOC_ATTR(used)
2050 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1)
2078 JEMALLOC_ATTR(nonnull(1))
2112 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(2)
2148 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2)
2453 JEMALLOC_ATTR(malloc)
2488 JEMALLOC_ATTR(malloc)
2583 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1
    [all...]

Completed in 38 milliseconds