Home
last modified time | relevance | path

Searched refs:prof_dump_open_t (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dprof_externs.h56 typedef int (prof_dump_open_t)(bool, const char *); typedef
57 extern prof_dump_open_t *JET_MUTABLE prof_dump_open;
/external/jemalloc/include/jemalloc/internal/
Dprof.h294 typedef int (prof_dump_open_t)(bool, const char *); typedef
295 extern prof_dump_open_t *prof_dump_open;
/external/jemalloc/src/
Dprof.c955 prof_dump_open_t *prof_dump_open = JEMALLOC_N(prof_dump_open_impl);
/external/jemalloc_new/src/
Dprof.c972 prof_dump_open_t *JET_MUTABLE prof_dump_open = prof_dump_open_impl;