Home
last modified time | relevance | path

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

/aosp_15_r20/external/jemalloc_new/src/
H A Dpages.c490 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 Dprof.c1474 nread = malloc_read_fd(mfd, in prof_dump_maps()
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dmalloc_io.h89 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/
Ddelete_c_library.patch46454 -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);