Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dmalloc_io.h70 malloc_write_fd(int fd, const void *buf, size_t count) { in malloc_write_fd() function
/src/contrib/jemalloc/src/
H A Dmalloc_io.c71 malloc_write_fd(STDERR_FILENO, s, strlen(s)); in wrtmessage()
H A Dprof_sys.c403 prof_dump_write_file_t *JET_MUTABLE prof_dump_write_file = malloc_write_fd;
H A Dprof_log.c485 arg->ret = malloc_write_fd(arg->fd, to_write, bytes); in prof_emitter_write_cb()