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

  /external/jemalloc/include/jemalloc/
jemalloc_macros.h 43 # define JEMALLOC_ALLOC_SIZE(s)
70 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
73 # define JEMALLOC_ALLOC_SIZE(s)
94 # define JEMALLOC_ALLOC_SIZE(s)
jemalloc.h 133 # define JEMALLOC_ALLOC_SIZE(s)
160 # define JEMALLOC_ALLOC_SIZE(s) JEMALLOC_ATTR(alloc_size(s))
163 # define JEMALLOC_ALLOC_SIZE(s)
184 # define JEMALLOC_ALLOC_SIZE(s)
206 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1);
215 JEMALLOC_ALLOC_SIZE(2);
218 JEMALLOC_CXX_THROW JEMALLOC_ALLOC_SIZE(2);
224 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1);
227 int flags) JEMALLOC_ALLOC_SIZE(2);

Completed in 89 milliseconds