Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dmalloc_io.h89 malloc_read_fd(int fd, void *buf, size_t count) { in malloc_read_fd() function
/external/jemalloc_new/src/
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()
Dprof.c1474 nread = malloc_read_fd(mfd, in prof_dump_maps()