Searched refs:prof_alloc_rollback (Results 1 – 8 of 8) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | prof_externs.h | 43 void prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx, bool updated);
|
| A D | prof_inlines.h | 192 prof_alloc_rollback(tsd, tctx, true); in prof_realloc()
|
| A D | private_symbols.txt | 366 prof_alloc_rollback
|
| A D | private_namespace.h | 366 #define prof_alloc_rollback JEMALLOC_N(prof_alloc_rollback) macro
|
| A D | private_unnamespace.h | 366 #undef prof_alloc_rollback
|
| /third_party/ulib/jemalloc/src/ |
| A D | jemalloc.c | 1643 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 D | prof.c | 197 prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx, bool updated) in rb_gen()
|
| /third_party/ulib/jemalloc/ |
| A D | ChangeLog | 251 - 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