Searched refs:prof_alloc_rollback (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/jemalloc_new/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 | private_namespace.h | 287 #define prof_alloc_rollback JEMALLOC_N(prof_alloc_rollback) macro
|
H A D | private_namespace_jet.h | 290 #define prof_alloc_rollback JEMALLOC_N(prof_alloc_rollback) macro
|
H A D | prof_inlines_b.h | 155 prof_alloc_rollback(tsd, tctx, true); in prof_realloc()
|
/aosp_15_r20/external/jemalloc_new/src/ |
H A D | jemalloc.c | 1912 prof_alloc_rollback(tsd, tctx, true); 2200 prof_alloc_rollback(tsd, tctx, true); 2655 prof_alloc_rollback(tsd, tctx, false); 2837 prof_alloc_rollback(tsd, tctx, false);
|
H A D | prof.c | 211 prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx, bool updated) { in rb_gen()
|
/aosp_15_r20/external/jemalloc_new/ |
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.
|
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 17147 - - Fix prof_alloc_rollback() to read tdata from thread-specific data rather 17184 - + Fix irealloc_prof() to prof_alloc_rollback() on OOM. 48746 -void prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx); 48992 - prof_alloc_rollback(tsd, tctx); 77979 - prof_alloc_rollback(tsd, tctx); 78894 - prof_alloc_rollback(tsd, tctx); 79151 - prof_alloc_rollback(tsd, tctx); 83909 -prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx) {
|
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
H A D | commit.csv | 71264 …ternal/jemalloc,[email protected],Add a missing prof_alloc_rollback() call.
|