Home
last modified time | relevance | path

Searched refs:prof_free (Results 1 – 9 of 9) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
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) in prof_free() function
Dprivate_symbols.txt435 prof_free
Dprivate_namespace.h435 #define prof_free JEMALLOC_N(prof_free) macro
Dprivate_unnamespace.h435 #undef prof_free
/external/jemalloc_new/include/jemalloc/internal/
Dprof_inlines_b.h195 prof_free(tsd_t *tsd, const void *ptr, size_t usize, alloc_ctx_t *alloc_ctx) { in prof_free() function
/external/jemalloc/src/
Djemalloc.c1895 prof_free(tsd, ptr, usize);
1922 prof_free(tsd, ptr, usize);
Darena.c1882 prof_free(tsd, ptr, usize); in arena_achunk_prof_reset()
1948 prof_free(tsd, ptr, usize); in arena_reset()
/external/jemalloc_new/src/
Djemalloc.c2229 prof_free(tsd, ptr, usize, &alloc_ctx);
2289 prof_free(tsd, ptr, usize, ctx);
Darena.c994 prof_free(tsd, ptr, usize, &alloc_ctx); in arena_reset()