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

/freebsd-10.1-release/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h78 #undef je_free macro
89 #define je_free __free macro
H A Djemalloc.h54 JEMALLOC_EXPORT void je_free(void *ptr);
106 #define free je_free
138 #undef je_free macro
H A Djemalloc_defs.h22 #define je_free free macro
/freebsd-10.1-release/contrib/jemalloc/src/
H A Djemalloc.c1258 je_free(void *ptr) function
1330 JEMALLOC_EXPORT void (* __free_hook)(void *ptr) = je_free;

Completed in 97 milliseconds