Defines

os_mman.h File Reference

#include "ace/config-lite.h"
#include "ace/os_include/sys/os_types.h"
Include dependency graph for os_mman.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define ACE_MAP_PRIVATE   MAP_PRIVATE
#define ACE_MAP_SHARED   MAP_SHARED
#define ACE_MAP_FIXED   MAP_FIXED
#define MAP_FAILED   ((void *) -1)
#define PROT_RDWR   (PROT_READ|PROT_WRITE)
#define MS_SYNC   0x0

Detailed Description

memory management declarations

Id:
os_mman.h 80826 2008-03-04 14:51:23Z wotte
Author:
Don Hinton <dhinton@dresystems.com>
This code was originally in various places including ace/OS.h.

Definition in file os_mman.h.


Define Documentation

#define ACE_MAP_FIXED   MAP_FIXED

Definition at line 88 of file os_mman.h.

#define ACE_MAP_PRIVATE   MAP_PRIVATE

Definition at line 80 of file os_mman.h.

#define ACE_MAP_SHARED   MAP_SHARED

Definition at line 84 of file os_mman.h.

#define MAP_FAILED   ((void *) -1)

Definition at line 93 of file os_mman.h.

#define MS_SYNC   0x0

Definition at line 110 of file os_mman.h.

#define PROT_RDWR   (PROT_READ|PROT_WRITE)

Definition at line 100 of file os_mman.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines