Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dprof_externs.h85 bool prof_boot2(tsd_t *tsd);
Dprivate_namespace_jet.h294 #define prof_boot2 JEMALLOC_N(prof_boot2) macro
Dprivate_namespace.h291 #define prof_boot2 JEMALLOC_N(prof_boot2) macro
/external/jemalloc_new/src/
Dprof.c2292 prof_boot2(tsd_t *tsd) { in prof_boot2() function
Djemalloc.c1556 if (config_prof && prof_boot2(tsd)) {
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch48768 -bool prof_boot2(tsd_t *tsd, base_t *base);
77558 - /* Initialize narenas before prof_boot2 (for allocation). */
77563 - if (config_prof && prof_boot2(tsd, b0get())) {
84413 -prof_boot2(tsd_t *tsd, base_t *base) {