Searched refs:prof_alloc_rollback (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | prof_externs.h | 45 void prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx, bool updated);
|
| H A D | prof_inlines_b.h | 155 prof_alloc_rollback(tsd, tctx, true); in prof_realloc()
|
| H A D | private_namespace.h | 284 #define prof_alloc_rollback JEMALLOC_N(prof_alloc_rollback) macro
|
| /freebsd-12.1/contrib/jemalloc/src/ |
| H A D | jemalloc.c | 1898 prof_alloc_rollback(tsd, tctx, true); in imalloc_body() 2186 prof_alloc_rollback(tsd, tctx, true); in irealloc_prof() 2641 prof_alloc_rollback(tsd, tctx, false); in irallocx_prof() 2823 prof_alloc_rollback(tsd, tctx, false); in ixallocx_prof()
|
| H A D | prof.c | 211 prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx, bool updated) { in rb_gen()
|
| /freebsd-12.1/contrib/jemalloc/ |
| H A D | ChangeLog | 625 - Fix prof_alloc_rollback() to read tdata from thread-specific data rather 662 + Fix irealloc_prof() to prof_alloc_rollback() on OOM.
|