Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dmalloc_io.h67 malloc_write_fd(int fd, const void *buf, size_t count) { in malloc_write_fd() function
/freebsd-14.2/contrib/jemalloc/src/
H A Dmalloc_io.c73 malloc_write_fd(STDERR_FILENO, s, strlen(s)); in wrtmessage()
H A Dprof.c1251 err = malloc_write_fd(prof_dump_fd, prof_dump_buf, prof_dump_buf_end); in prof_dump_flush()