Searched refs:je_mallocx (Results 1 – 5 of 5) sorted by relevance
71 # define je_mallocx mallocx macro235 void JEMALLOC_NOTHROW *je_mallocx(size_t size, int flags)375 # define mallocx je_mallocx406 # undef je_mallocx
102 #undef je_mallocx125 #define je_mallocx __mallocx macro
13 #define je_mallocx JEMALLOC_N(mallocx) macro
252 +#undef je_mallocx275 +#define je_mallocx __mallocx382 + void *p = je_mallocx(size, flags);
2538 je_mallocx(size_t size, int flags) { in JEMALLOC_ATTR()3168 void *p = je_mallocx(size, flags); in je_allocm()