#include <sys/mman.h>
void *mmap64( void *addr,
size_t len,
int protection,
int flags,
int fildes,
off64_t off);
Service Program Name: QP0LLIB1The mmap64() function, similar to the mmap() function, is used to establish a memory mapping of a file.
For a discussion of the parameters, authorities required, return values, related information, and examples for mmap(), see mmap()--Memory Map a File.
| Top | UNIX-Type APIs | APIs by category |