Searched refs:prof_gctx_try_destroy (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/jemalloc_new/src/ |
H A D | prof.c | 579 prof_gctx_try_destroy(tsd_t *tsd, prof_tdata_t *tdata_self, prof_gctx_t *gctx, in prof_gctx_try_destroy() function 704 prof_gctx_try_destroy(tsd, prof_tdata_get(tsd, false), gctx, in prof_tctx_destroy() 826 prof_gctx_try_destroy(tsd, tdata, gctx, tdata); in prof_lookup() 843 prof_gctx_try_destroy(tsd, tdata, gctx, tdata); in prof_lookup() 1257 prof_gctx_try_destroy(tsd, tdata, gctx, tdata); in prof_gctx_finish()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 84821 - * prof_tctx_destroy()/prof_gctx_try_destroy(). 84833 -prof_gctx_try_destroy(tsd_t *tsd, prof_tdata_t *tdata_self, 84925 - * prof_tctx_destroy()/prof_gctx_try_destroy(). 84986 - prof_gctx_try_destroy(tsd, tdata, gctx); 85004 - prof_gctx_try_destroy(tsd, tdata, gctx); 85505 - prof_gctx_try_destroy(tsd, tdata, gctx); 86021 - * 3) Successfully prof_gctx_try_destroy(gctx). 86025 - * prof_gctx_try_destroy(). 86050 - prof_gctx_try_destroy(tsd, prof_tdata_get(tsd, false), gctx);
|