Searched refs:malloc_write_fd (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/ |
H A D | malloc_io.h | 67 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 D | malloc_io.c | 73 malloc_write_fd(STDERR_FILENO, s, strlen(s)); in wrtmessage()
|
H A D | prof.c | 981 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 D | stats_print.c | 70 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/ |
D | delete_c_library.patch | 46432 -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,
|