Searched defs:prof_dump_open (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h420 #define prof_dump_open JEMALLOC_N(prof_dump_open) macro
/freebsd-11-stable/contrib/jemalloc/src/
H A Dprof.c935 #undef prof_dump_open macro
936 #define prof_dump_open JEMALLOC_N(prof_dump_open_impl) macro
939 prof_dump_open(bool propagate_err, const char *filename) function
954 #undef prof_dump_open macro
955 #define prof_dump_open JEMALLOC_N(prof_dump_open) macro
956 prof_dump_open_t *prof_dump_open = JEMALLOC_N(prof_dump_open_impl); variable

Completed in 83 milliseconds