Samsung Internal API reference  2.0
mman.h File Reference

Memory mapping declarations. More...

Go to the source code of this file.

Macros

#define MAP_FAILED   ((void *)-1)
 

Functions

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

Detailed Description

Memory mapping declarations.