Home
last modified time | relevance | path

Searched refs:prof_dump_header_t (Results 1 – 3 of 3) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dprof.h296 typedef bool (prof_dump_header_t)(tsdn_t *, bool, const prof_cnt_t *); typedef
297 extern prof_dump_header_t *prof_dump_header;
/external/jemalloc/test/unit/
Dprof_reset.c111 prof_dump_header_t *prof_dump_header_orig; in TEST_BEGIN()
/external/jemalloc/src/
Dprof.c1339 prof_dump_header_t *prof_dump_header = JEMALLOC_N(prof_dump_header_impl);