Searched refs:je_free (Results 1 - 8 of 8) sorted by relevance

/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
H A Djemalloc_protos.h18 JEMALLOC_EXPORT void je_free(void *ptr);
/external/jemalloc/include/jemalloc/internal/
H A Dpublic_unnamespace.h8 #undef je_free macro
H A Dpublic_namespace.h8 #define je_free JEMALLOC_N(free) macro
/external/jemalloc/src/
H A Dzone.c91 je_free(ptr);
127 je_free(ptr);
H A Djemalloc.c1306 je_free(void *ptr) function
1362 JEMALLOC_EXPORT void (*__free_hook)(void *ptr) = je_free;

Completed in 547 milliseconds