Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dprof_externs.h59 typedef bool (prof_dump_header_t)(tsdn_t *, bool, const prof_cnt_t *); typedef
60 extern prof_dump_header_t *JET_MUTABLE prof_dump_header;
/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_new/test/unit/
Dprof_reset.c97 prof_dump_header_t *prof_dump_header_orig; in TEST_BEGIN()
/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);
/external/jemalloc_new/src/
Dprof.c1344 prof_dump_header_t *JET_MUTABLE prof_dump_header = prof_dump_header_impl;