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
50 # undef je_free macro
H A Djemalloc.h46 # define je_free je_free macro
129 JEMALLOC_EXPORT void je_free(void *ptr);
180 # define free je_free
211 # undef je_free macro
/external/jemalloc/src/
H A Djemalloc.c1298 je_free(void *ptr) function
1354 JEMALLOC_EXPORT void (*__free_hook)(void *ptr) = je_free;

Completed in 85 milliseconds