Home
last modified time | relevance | path

Searched refs:prot (Results 1 – 2 of 2) sorted by relevance

/malloc/
A Dmemusage.c595 mmap (void *start, size_t len, int prot, int flags, int fd, off_t offset) in mmap() argument
609 result = (*mmapp)(start, len, prot, flags, fd, offset); in mmap()
614 ? idx_mmap_a : prot & PROT_WRITE ? idx_mmap_w : idx_mmap_r); in mmap()
648 mmap64 (void *start, size_t len, int prot, int flags, int fd, off64_t offset) in mmap64() argument
662 result = (*mmap64p)(start, len, prot, flags, fd, offset); in mmap64()
667 ? idx_mmap_a : prot & PROT_WRITE ? idx_mmap_w : idx_mmap_r); in mmap64()
A Dmalloc.c1138 #define MMAP(addr, size, prot, flags) \ argument
1139 __mmap((addr), (size), (prot), (flags)|MAP_ANONYMOUS|MAP_PRIVATE, -1, 0)

Completed in 15 milliseconds