Searched refs:prof_dump_header (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dprof_reset.c120 prof_dump_header_orig = prof_dump_header;
121 prof_dump_header = prof_dump_header_intercept;
136 prof_dump_header = prof_dump_header_orig;
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h56 extern prof_dump_header_t *prof_dump_header;
H A Dprivate_namespace.h373 #define prof_dump_header JEMALLOC_N(prof_dump_header) macro
H A Dprivate_unnamespace.h373 #undef prof_dump_header macro
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dprof.c1306 #undef prof_dump_header macro
1307 #define prof_dump_header JEMALLOC_N(prof_dump_header_impl) macro
1310 prof_dump_header(tsdn_t *tsdn, bool propagate_err, const prof_cnt_t *cnt_all) function
1328 #undef prof_dump_header macro
1329 #define prof_dump_header JEMALLOC_N(prof_dump_header) macro
1330 prof_dump_header_t *prof_dump_header = JEMALLOC_N(prof_dump_header_impl); variable
1590 if (prof_dump_header(tsd_tsdn(tsd), propagate_err,

Completed in 96 milliseconds