Searched refs:prof_alloc_rollback (Results 1 – 6 of 6) sorted by relevance
62 void prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx);
180 prof_alloc_rollback(tsd, tctx); in prof_realloc()
491 #define prof_alloc_rollback JEMALLOC_N(prof_alloc_rollback) macro
83 prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx) { in prof_alloc_rollback() function
2571 prof_alloc_rollback(tsd, tctx); in imalloc_body()3486 prof_alloc_rollback(tsd, tctx); in irallocx_prof()3746 prof_alloc_rollback(tsd, tctx); in ixallocx_prof()
861 - Fix prof_alloc_rollback() to read tdata from thread-specific data rather898 + Fix irealloc_prof() to prof_alloc_rollback() on OOM.