Home
last modified time | relevance | path

Searched refs:JEMALLOC_CXX_THROW (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h142 # define JEMALLOC_CXX_THROW throw() macro
144 # define JEMALLOC_CXX_THROW
229 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1);
232 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2);
234 size_t alignment, size_t size) JEMALLOC_CXX_THROW JEMALLOC_ATTR(nonnull(1));
237 size_t size) JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc)
241 JEMALLOC_CXX_THROW JEMALLOC_ALLOC_SIZE(2);
243 JEMALLOC_CXX_THROW;
271 JEMALLOC_USABLE_SIZE_CONST void *ptr) JEMALLOC_CXX_THROW;
276 JEMALLOC_CXX_THROW JEMALLOC_ATTR(malloc);
[all …]
/freebsd/contrib/jemalloc/
H A DChangeLog813 + Add JEMALLOC_CXX_THROW to the memalign() function prototype, in order to