Searched defs:je_free (Results 1 - 6 of 6) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h8 #define je_free JEMALLOC_N(free) macro
H A Dpublic_unnamespace.h8 #undef je_free macro
/external/jemalloc/include/jemalloc/
H A Djemalloc_rename.h14 # define je_free je_free macro
H A Djemalloc_mangle.h19 # define free je_free
51 # undef je_free macro
H A Djemalloc.h74 # define je_free je_free macro
219 JEMALLOC_EXPORT void JEMALLOC_NOTHROW je_free(void *ptr)
338 # define free je_free
370 # undef je_free macro
/external/jemalloc/src/
H A Djemalloc.c2014 je_free(void *ptr) function
2081 JEMALLOC_EXPORT void (*__free_hook)(void *ptr) = je_free;
2099 void __libc_free(void* ptr) PREALIAS(je_free); variable

Completed in 167 milliseconds