#include <Shared_Memory.h>
Inheritance diagram for ACE_Shared_Memory:
Public Member Functions | |
virtual | ~ACE_Shared_Memory (void) |
virtual int | close (void)=0 |
virtual int | remove (void)=0 |
virtual void * | malloc (size_t=0)=0 |
virtual int | free (void *p)=0 |
virtual size_t | get_segment_size (void) const=0 |
virtual ACE_HANDLE | get_id (void) const=0 |
This is a very simple-minded wrapper, i.e., it really is only useful for allocating large contiguous chunks of shared memory. For a much more sophisticated version, please check out the class.
Definition at line 40 of file Shared_Memory.h.
|
Definition at line 9 of file Shared_Memory.cpp.
00010 { 00011 } |
|
Implemented in ACE_Shared_Memory_MM, and ACE_Shared_Memory_SV. |
|
Implemented in ACE_Shared_Memory_MM, and ACE_Shared_Memory_SV. |
|
Implemented in ACE_Shared_Memory_MM, and ACE_Shared_Memory_SV. |
|
Implemented in ACE_Shared_Memory_MM, and ACE_Shared_Memory_SV. |
|
Implemented in ACE_Shared_Memory_MM, and ACE_Shared_Memory_SV. |
|
Implemented in ACE_Shared_Memory_MM, and ACE_Shared_Memory_SV. |