Main Page | File List | Globals

src/mmap.c File Reference

mmap() and munmap.c More...

#include "plibc_private.h"

Go to the source code of this file.

Functions

void * _win_mmap (void *start, size_t len, int access, int flags, int fd, unsigned long long off)
 map files into memory
int _win_munmap (void *start, size_t length)
 Unmap files from memory.


Detailed Description

mmap() and munmap.c

Definition in file mmap.c.


Function Documentation

void* _win_mmap void *  start,
size_t  len,
int  access,
int  flags,
int  fd,
unsigned long long  off
 

map files into memory

Author:
Cygwin team

Nils Durner

Definition at line 36 of file mmap.c.

int _win_munmap void *  start,
size_t  length
 

Unmap files from memory.

Author:
Cygwin team

Nils Durner

Definition at line 143 of file mmap.c.


Generated on Sun Sep 4 11:16:48 2005 for PlibC by  doxygen 1.4.2