Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/
Djemalloc.h79 # define je_dallocx je_dallocx macro
232 JEMALLOC_EXPORT void JEMALLOC_NOTHROW je_dallocx(void *ptr, int flags);
343 # define dallocx je_dallocx
375 # undef je_dallocx
Djemalloc_rename.h19 # define je_dallocx je_dallocx macro
Djemalloc_mangle.h24 # define dallocx je_dallocx
56 # undef je_dallocx
Djemalloc_protos.h38 JEMALLOC_EXPORT void JEMALLOC_NOTHROW je_dallocx(void *ptr, int flags);
/external/jemalloc/include/jemalloc/internal/
Dpublic_symbols.txt13 dallocx:je_dallocx
Dpublic_unnamespace.h13 #undef je_dallocx
Dpublic_namespace.h13 #define je_dallocx JEMALLOC_N(dallocx) macro
/external/jemalloc/src/
Djemalloc.c2608 je_dallocx(void *ptr, int flags) function