Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/
Djemalloc_rename.h16 # define je_rallocx je_rallocx macro
Djemalloc.h76 # define je_rallocx je_rallocx macro
226 void JEMALLOC_NOTHROW *je_rallocx(void *ptr, size_t size,
340 # define rallocx je_rallocx
372 # undef je_rallocx
Djemalloc_mangle.h21 # define rallocx je_rallocx
53 # undef je_rallocx
Djemalloc_protos.h32 void JEMALLOC_NOTHROW *je_rallocx(void *ptr, size_t size,
/external/jemalloc/include/jemalloc/internal/
Dpublic_unnamespace.h10 #undef je_rallocx
Dpublic_symbols.txt10 rallocx:je_rallocx
Dpublic_namespace.h10 #define je_rallocx JEMALLOC_N(rallocx) macro
/external/jemalloc/src/
Djemalloc.c2372 je_rallocx(void *ptr, size_t size, int flags) function