Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dprof_externs.h43 void prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx, bool updated);
A Dprof_inlines.h192 prof_alloc_rollback(tsd, tctx, true); in prof_realloc()
A Dprivate_symbols.txt366 prof_alloc_rollback
A Dprivate_namespace.h366 #define prof_alloc_rollback JEMALLOC_N(prof_alloc_rollback) macro
A Dprivate_unnamespace.h366 #undef prof_alloc_rollback
/third_party/ulib/jemalloc/src/
A Djemalloc.c1643 prof_alloc_rollback(tsd, tctx, true); in imalloc_body()
1907 prof_alloc_rollback(tsd, tctx, true); in irealloc_prof()
2269 prof_alloc_rollback(tsd, tctx, false); in irallocx_prof()
2438 prof_alloc_rollback(tsd, tctx, false); in ixallocx_prof()
A Dprof.c197 prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx, bool updated) in rb_gen()
/third_party/ulib/jemalloc/
A DChangeLog251 - Fix prof_alloc_rollback() to read tdata from thread-specific data rather
288 + Fix irealloc_prof() to prof_alloc_rollback() on OOM.

Completed in 20 milliseconds