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.

Referenced by ACE_Filecache_Object::ACE_Filecache_Object(), and ACE_Filecache_Object::release().

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

Referenced by ACE_Mutex::ACE_Mutex(), ACE_Sbrk_Memory_Pool::acquire(), ACE_OS::event_init(), ACE_Mem_Map::map(), ACE_Mem_Map::map_it(), ACE_OS::mmap(), ACE_Mem_Map::operator()(), ACE_OS::sema_init(), ACE_OS::sendfile_emulation(), and ACE_Mem_Map::unmap().

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

Referenced by ACE_Filecache_Object::ACE_Filecache_Object(), ACE_Mutex::ACE_Mutex(), ACE_OS::event_init(), ACE_MMAP_Memory_Pool::init_acquire(), ACE_MMAP_Memory_Pool::map_file(), and ACE_OS::sema_init().


Generated on Tue Feb 2 17:25:15 2010 for ACE by  doxygen 1.4.7