os_mman.h File Reference

#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:

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.

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 MS_SYNC   0x0
#define PROT_RDWR   (PROT_READ|PROT_WRITE)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Fri Sep 11 03:53:57 2009 for ACE by  doxygen 1.6.1