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

/freebsd-13-stable/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);
H A Dprivate_namespace.h309 #define prof_alloc_rollback JEMALLOC_N(prof_alloc_rollback) macro
/freebsd-13-stable/contrib/jemalloc/src/
H A Djemalloc.c2142 prof_alloc_rollback(tsd, tctx, true);
2550 prof_alloc_rollback(tsd, tctx, true);
3177 prof_alloc_rollback(tsd, tctx, false);
3365 prof_alloc_rollback(tsd, tctx, false);
H A Dprof.c313 prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx, bool updated) { function

Completed in 127 milliseconds