Home
last modified time | relevance | path

Searched refs:je_dallocx (Results 1 – 7 of 7) 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_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