Home
last modified time | relevance | path

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

/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dmalloc_io.h67 malloc_write_fd(int fd, const void *buf, size_t count) { in malloc_write_fd() function
/aosp_15_r20/external/jemalloc_new/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()
/aosp_15_r20/external/jemalloc_new/test/unit/
H A Dstats_print.c70 UNUSED ssize_t err = malloc_write_fd(STDERR_FILENO, in token_error()
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch46432 -malloc_write_fd(int fd, const void *buf, size_t count) {
80637 - malloc_write_fd(STDERR_FILENO, s, strlen(s));
86559 - arg->ret = malloc_write_fd(arg->fd, to_write, bytes);
87869 -prof_dump_write_file_t *JET_MUTABLE prof_dump_write_file = malloc_write_fd;
125126 - UNUSED ssize_t err = malloc_write_fd(STDERR_FILENO,