Home
last modified time | relevance | path

Searched refs:prof_alloc_rollback (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h46 void prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx, bool updated);
H A Dprof_inlines_b.h199 prof_alloc_rollback(tsd, tctx, true); in prof_realloc()
H A Dprivate_namespace.h309 #define prof_alloc_rollback JEMALLOC_N(prof_alloc_rollback) macro
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c2142 prof_alloc_rollback(tsd, tctx, true); in imalloc_body()
2550 prof_alloc_rollback(tsd, tctx, true); in irealloc_prof()
3177 prof_alloc_rollback(tsd, tctx, false); in irallocx_prof()
3365 prof_alloc_rollback(tsd, tctx, false); in ixallocx_prof()
H A Dprof.c313 prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx, bool updated) { in rb_gen()
/freebsd/contrib/jemalloc/
H A DChangeLog761 - Fix prof_alloc_rollback() to read tdata from thread-specific data rather
798 + Fix irealloc_prof() to prof_alloc_rollback() on OOM.