Searched refs:prof_free (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_inlines_b.h | 195 prof_free(tsd_t *tsd, const void *ptr, size_t usize, alloc_ctx_t *alloc_ctx) { in prof_free() function
|
/external/jemalloc_new/src/ |
D | jemalloc.c | 2229 prof_free(tsd, ptr, usize, &alloc_ctx); 2289 prof_free(tsd, ptr, usize, ctx);
|
D | arena.c | 994 prof_free(tsd, ptr, usize, &alloc_ctx); in arena_reset()
|