Searched defs:JEMALLOC_NOTHROW (Results 1 - 2 of 2) sorted by relevance

/external/jemalloc/include/jemalloc/
H A Djemalloc_macros.h55 # define JEMALLOC_NOTHROW __declspec(nothrow) macro
57 # define JEMALLOC_NOTHROW macro
87 # define JEMALLOC_NOTHROW JEMALLOC_ATTR(nothrow) macro
99 # define JEMALLOC_NOTHROW macro
H A Djemalloc.h145 # define JEMALLOC_NOTHROW __declspec(nothrow) macro
147 # define JEMALLOC_NOTHROW macro
177 # define JEMALLOC_NOTHROW JEMALLOC_ATTR(nothrow) macro
189 # define JEMALLOC_NOTHROW macro
205 void JEMALLOC_NOTHROW *je_malloc(size_t size)
208 void JEMALLOC_NOTHROW *je_calloc(size_t num, size_t size)
210 JEMALLOC_EXPORT int JEMALLOC_NOTHROW je_posix_memalign(void **memptr,
213 void JEMALLOC_NOTHROW *je_aligned_alloc(size_t alignment,
217 void JEMALLOC_NOTHROW *je_realloc(void *ptr, size_t size)
219 JEMALLOC_EXPORT void JEMALLOC_NOTHROW je_fre
[all...]

Completed in 100 milliseconds