#include "ace/config-lite.h"
#include "ace/os_include/sys/os_types.h"
Detailed Description
memory management declarations
- Id:
- os_mman.h 91688 2010-09-09 11:21:50Z johnnyw
- Author:
- Don Hinton <dhinton@dresystems.com>
-
This code was originally in various places including ace/OS.h.
Define Documentation
| #define ACE_MAP_FIXED MAP_FIXED |
| #define ACE_MAP_PRIVATE MAP_PRIVATE |
| #define ACE_MAP_SHARED MAP_SHARED |
| #define MAP_FAILED ((void *) -1) |
| #define PROT_RDWR PAGE_READWRITE |
| #define PROT_READ PAGE_READONLY |
| #define PROT_WRITE PAGE_READWRITE |