Searched refs:prof_alloc_rollback (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | prof_externs.h | 46 void prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx, bool updated);
|
H A D | prof_inlines_b.h | 199 prof_alloc_rollback(tsd, tctx, true); in prof_realloc()
|
H A D | private_namespace.h | 309 #define prof_alloc_rollback JEMALLOC_N(prof_alloc_rollback) macro
|
/freebsd/contrib/jemalloc/src/ |
H A D | jemalloc.c | 2142 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 D | prof.c | 313 prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx, bool updated) { in rb_gen()
|
/freebsd/contrib/jemalloc/ |
H A D | ChangeLog | 761 - Fix prof_alloc_rollback() to read tdata from thread-specific data rather 798 + Fix irealloc_prof() to prof_alloc_rollback() on OOM.
|