Searched refs:je_nallocx (Results 1 – 5 of 5) sorted by relevance
76 # define je_nallocx nallocx macro258 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW je_nallocx(size_t size, int flags)388 # define nallocx je_nallocx420 # undef je_nallocx
118 #undef je_nallocx140 #define je_nallocx __nallocx macro
15 #define je_nallocx JEMALLOC_N(nallocx) macro
273 +#undef je_nallocx296 +#define je_nallocx __nallocx481 + size_t usize = je_nallocx(size, flags);
3070 assert(dopts.usize == je_nallocx(size, flags)); in JEMALLOC_SMALLOCX_CONCAT_HELPER2()3604 je_nallocx(size_t size, int flags) { in JEMALLOC_ATTR()3812 size_t usize = je_nallocx(size, flags); in je_nallocm()