Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h58 typedef int (prof_dump_open_t)(bool, const char *); typedef
59 extern prof_dump_open_t *JET_MUTABLE prof_dump_open;
/freebsd-14.2/contrib/jemalloc/src/
H A Dprof.c1242 prof_dump_open_t *JET_MUTABLE prof_dump_open = prof_dump_open_impl;