Samsung Internal API reference  2.0
mman.h File Reference

Go to the source code of this file.

Macros

#define MAP_ANONYMOUS   (1 << 0)
 
#define MAP_POPULATE   (1 << 1)
 
#define MAP_FIXED   (1 << 2)
 
#define MAP_PRIVATE   (1 << 3)
 
#define MAP_SHARED   (1 << 4)
 
#define MAP_STACK   (1 << 5)
 
#define MAP_GROWSDOWN   (1 << 6)
 
#define PROT_NONE   0
 
#define PROT_READ   1
 
#define PROT_WRITE   2
 
#define PROT_EXEC   4
 
#define PGOFF_SHIFT   12