|
TAO
2.0.3
|
mmap-based allocator. More...
#include <MMAP_Allocator.h>

Public Member Functions | |
| TAO_MMAP_Allocator (void) | |
| Constructor. | |
| virtual | ~TAO_MMAP_Allocator (void) |
| Destructor. | |
| ACE_HANDLE | handle (void) |
| Return backing store handle. | |
| off_t | offset (void *p) |
Private Member Functions | |
| TAO_MMAP_Allocator (TAO_MMAP_Allocator const &) | |
| void | operator= (TAO_MMAP_Allocator const &) |
mmap-based allocator.
This class utilizes and
Constructor.
| TAO_MMAP_Allocator::~TAO_MMAP_Allocator | ( | void | ) | [virtual] |
Destructor.
| TAO_MMAP_Allocator::TAO_MMAP_Allocator | ( | TAO_MMAP_Allocator const & | ) | [private] |
| ACE_HANDLE TAO_MMAP_Allocator::handle | ( | void | ) |
Return backing store handle.
| off_t TAO_MMAP_Allocator::offset | ( | void * | p | ) |
Return offset in backing store file for memory address p. If p is not coming from this allocator -1 is returned.
| void TAO_MMAP_Allocator::operator= | ( | TAO_MMAP_Allocator const & | ) | [private] |
1.7.6.1