Searched refs:prof_free (Results 1 - 5 of 5) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dprof.h347 void prof_free(tsd_t *tsd, const void *ptr, size_t usize);
534 prof_free(tsd_t *tsd, const void *ptr, size_t usize) function
H A Dprivate_namespace.h435 #define prof_free JEMALLOC_N(prof_free) macro
H A Dprivate_unnamespace.h435 #undef prof_free macro
/external/jemalloc/src/
H A Djemalloc.c1895 prof_free(tsd, ptr, usize);
1922 prof_free(tsd, ptr, usize);
H A Darena.c1882 prof_free(tsd, ptr, usize);
1948 prof_free(tsd, ptr, usize);

Completed in 130 milliseconds