Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dmalloc_io.h67 malloc_write_fd(int fd, const void *buf, size_t count) { in malloc_write_fd() function
/external/jemalloc_new/src/
Dmalloc_io.c73 malloc_write_fd(STDERR_FILENO, s, strlen(s)); in wrtmessage()
Dprof.c981 err = malloc_write_fd(prof_dump_fd, prof_dump_buf, prof_dump_buf_end); in prof_dump_flush()
/external/jemalloc_new/test/unit/
Dstats_print.c70 UNUSED ssize_t err = malloc_write_fd(STDERR_FILENO, in token_error()