Home
last modified time | relevance | path

Searched refs:je_rallocx (Results 1 – 7 of 7) sorted by relevance

/external/jemalloc_new/include/jemalloc/
Djemalloc_rename.h23 # define je_rallocx je_rallocx macro
46 # define je_rallocx rallocx macro
Djemalloc_mangle.h27 # define rallocx je_rallocx
59 # undef je_rallocx
Djemalloc.h218 void JEMALLOC_NOTHROW *je_rallocx(void *ptr, size_t size,
358 # define rallocx je_rallocx
390 # undef je_rallocx
Djemalloc_protos.h32 void JEMALLOC_NOTHROW *je_rallocx(void *ptr, size_t size,
/external/jemalloc_new/include/jemalloc/internal/
Dpublic_unnamespace.h16 #undef je_rallocx
Dpublic_namespace.h16 #define je_rallocx JEMALLOC_N(rallocx) macro
/external/jemalloc_new/src/
Djemalloc.c2677 je_rallocx(void *ptr, size_t size, int flags) { function