Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_sys.h24 extern prof_dump_open_file_t *JET_MUTABLE prof_dump_open_file;
/src/contrib/jemalloc/src/
H A Dprof_sys.c393 prof_dump_open_file_t *JET_MUTABLE prof_dump_open_file = variable
398 arg->prof_dump_fd = prof_dump_open_file(filename, 0644); in prof_dump_open()
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h588 #define prof_dump_open_file JEMALLOC_N(prof_dump_open_file) macro