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

  /src/external/bsd/jemalloc.old/include/jemalloc/
jemalloc_macros.h 62 # define JEMALLOC_ALLOC_SIZE(s)
89 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
92 # define JEMALLOC_ALLOC_SIZE(s)
113 # define JEMALLOC_ALLOC_SIZE(s)
jemalloc.h 176 # define JEMALLOC_ALLOC_SIZE(s)
204 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
207 # define JEMALLOC_ALLOC_SIZE(s)
228 # define JEMALLOC_ALLOC_SIZE(s)
256 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1);
265 JEMALLOC_ALLOC_SIZE(2);
268 JEMALLOC_CXX_THROW JEMALLOC_ALLOC_SIZE(2);
274 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1);
277 int flags) JEMALLOC_ALLOC_SIZE(2);
  /src/external/bsd/jemalloc/include/jemalloc/
jemalloc_macros.h 63 # define JEMALLOC_ALLOC_SIZE(s)
93 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
96 # define JEMALLOC_ALLOC_SIZE(s)
132 # define JEMALLOC_ALLOC_SIZE(s)
jemalloc.h 187 # define JEMALLOC_ALLOC_SIZE(s)
217 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
220 # define JEMALLOC_ALLOC_SIZE(s)
256 # define JEMALLOC_ALLOC_SIZE(s)
292 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1);
302 JEMALLOC_ALLOC_SIZE(2);
305 JEMALLOC_CXX_THROW JEMALLOC_ALLOC_SIZE(2);
311 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1);
314 int flags) JEMALLOC_ALLOC_SIZE(2);

Completed in 30 milliseconds