Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_sys.h26 extern prof_dump_write_file_t *JET_MUTABLE prof_dump_write_file;
/src/contrib/jemalloc/src/
H A Dprof_sys.c403 prof_dump_write_file_t *JET_MUTABLE prof_dump_write_file = malloc_write_fd; variable
410 ssize_t err = prof_dump_write_file(arg->prof_dump_fd, s, in prof_dump_flush()
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h590 #define prof_dump_write_file JEMALLOC_N(prof_dump_write_file) macro