Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/test/unit/
A Dprof_reset.c120 prof_dump_header_orig = prof_dump_header; in TEST_BEGIN()
121 prof_dump_header = prof_dump_header_intercept; in TEST_BEGIN()
136 prof_dump_header = prof_dump_header_orig; in TEST_BEGIN()
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dprof_externs.h56 extern prof_dump_header_t *prof_dump_header;
A Dprivate_symbols.txt373 prof_dump_header
A Dprivate_namespace.h373 #define prof_dump_header JEMALLOC_N(prof_dump_header) macro
A Dprivate_unnamespace.h373 #undef prof_dump_header
/third_party/ulib/jemalloc/src/
A Dprof.c1306 #undef prof_dump_header
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) in prof_dump_header() function
1328 #undef prof_dump_header
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);
1590 if (prof_dump_header(tsd_tsdn(tsd), propagate_err, in prof_dump_file()

Completed in 13 milliseconds