Searched refs:malloc_read_fd (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/jemalloc_new/src/ |
H A D | pages.c | 490 ssize_t nread = malloc_read_fd(fd, &buf, sizeof(buf)); in os_overcommits_proc() 554 ssize_t nread = malloc_read_fd(fd, &buf, sizeof(buf)); in init_thp_state()
|
H A D | prof.c | 1474 nread = malloc_read_fd(mfd, in prof_dump_maps()
|
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/ |
H A D | malloc_io.h | 89 malloc_read_fd(int fd, void *buf, size_t count) { in malloc_read_fd() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/ |
D | delete_c_library.patch | 46454 -malloc_read_fd(int fd, void *buf, size_t count) { 83532 - ssize_t nread = malloc_read_fd(fd, &buf, sizeof(buf)); 83599 - ssize_t nread = malloc_read_fd(fd, &buf, sizeof(buf)); 87941 - return malloc_read_fd(mfd, buf, limit);
|