Searched refs:je_mallocx (Results 1 – 5 of 5) sorted by relevance
74 # define je_mallocx mallocx macro246 void JEMALLOC_NOTHROW *je_mallocx(size_t size, int flags)386 # define mallocx je_mallocx418 # undef je_mallocx
112 #undef je_mallocx134 #define je_mallocx __mallocx macro
13 #define je_mallocx JEMALLOC_N(mallocx) macro
267 +#undef je_mallocx290 +#define je_mallocx __mallocx424 + void *p = je_mallocx(size, flags);
3083 je_mallocx(size_t size, int flags) { in JEMALLOC_ATTR()3755 void *p = je_mallocx(size, flags); in je_allocm()