Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dmalloc_io.h92 malloc_read_fd(int fd, void *buf, size_t count) { in malloc_read_fd() function
/src/contrib/jemalloc/src/
H A Dpages.c668 ssize_t nread = malloc_read_fd(fd, &buf, sizeof(buf)); in os_overcommits_proc()
735 ssize_t nread = malloc_read_fd(fd, &buf, sizeof(buf)); in init_thp_state()
H A Dprof_sys.c475 return malloc_read_fd(mfd, buf, limit); in prof_dump_read_maps_cb()