Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/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
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dmalloc_io.c73 malloc_write_fd(STDERR_FILENO, s, strlen(s)); in wrtmessage()
H A Dprof.c981 err = malloc_write_fd(prof_dump_fd, prof_dump_buf, prof_dump_buf_end); in prof_dump_flush()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dstats_print.c70 UNUSED ssize_t err = malloc_write_fd(STDERR_FILENO, in token_error()