Searched refs:prof_free (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | prof_inlines_b.h | 239 prof_free(tsd_t *tsd, const void *ptr, size_t usize, alloc_ctx_t *alloc_ctx) { in prof_free() function
|
/freebsd/contrib/jemalloc/src/ |
H A D | jemalloc.c | 2581 prof_free(tsd, ptr, usize, &alloc_ctx); in ifree() 2641 prof_free(tsd, ptr, usize, ctx); in isfree()
|
H A D | arena.c | 1132 prof_free(tsd, ptr, usize, &alloc_ctx); in arena_reset()
|