Home
last modified time | relevance | path

Searched refs:prof_tdata_init (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dprof_externs.h69 prof_tdata_t *prof_tdata_init(tsd_t *tsd);
H A Dprivate_namespace.h311 #define prof_tdata_init JEMALLOC_N(prof_tdata_init) macro
H A Dprivate_namespace_jet.h317 #define prof_tdata_init JEMALLOC_N(prof_tdata_init) macro
H A Dprof_inlines_b.h26 tdata = prof_tdata_init(tsd); in prof_tdata_get()
/aosp_15_r20/external/jemalloc_new/src/
H A Dprof.c1949 prof_tdata_init(tsd_t *tsd) { in prof_tdata_init() function
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch48743 -prof_tdata_t *prof_tdata_init(tsd_t *tsd);
48863 - tdata = prof_tdata_init(tsd);
84208 -prof_tdata_init(tsd_t *tsd) {