Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/
Djemalloc_rename.h10 # define je_dallocx je_dallocx macro
33 # define je_dallocx dallocx macro
Djemalloc_mangle.h14 # define dallocx je_dallocx
46 # undef je_dallocx
Djemalloc.h224 JEMALLOC_EXPORT void JEMALLOC_NOTHROW je_dallocx(void *ptr, int flags);
345 # define dallocx je_dallocx
377 # undef je_dallocx
Djemalloc_protos.h38 JEMALLOC_EXPORT void JEMALLOC_NOTHROW je_dallocx(void *ptr, int flags);
/external/jemalloc/include/jemalloc/
Djemalloc.h80 # define je_dallocx je_dallocx macro
103 # define je_dallocx dallocx
257 JEMALLOC_EXPORT void JEMALLOC_NOTHROW je_dallocx(void *ptr, int flags);
368 # define dallocx je_dallocx
400 # 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_new/include/jemalloc/internal/
Dpublic_unnamespace.h3 #undef je_dallocx
Dpublic_namespace.h3 #define je_dallocx JEMALLOC_N(dallocx) macro
/external/jemalloc_new/src/
Djemalloc.c2936 je_dallocx(void *ptr, int flags) { function
/external/jemalloc/src/
Djemalloc.c2608 je_dallocx(void *ptr, int flags) function