Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   mmap64    ( 3 )

отображать или отменять отображение файлов или устройств в память (map or unmap files or devices into memory)

  Name  |    Synopsis    |  Description  |  Return value  |  Error  |  Attributes  |  Conforming to  |  Note  |  Bugs  |  Examples  |  See also  |

Синопсис (Synopsis)

#include <sys/mman.h>

void *mmap(void *addr, size_t length, int prot, int flags, int fd, off_t offset); int munmap(void *addr, size_t length);

See NOTES for information on feature test macro requirements.