Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_Pagefile_Memory_Pool::Control_Block::Shared_Control_Block Class Reference

Pool statistics. More...

#include <Memory_Pool.h>

List of all members.

Public Attributes

size_t max_size_
 Maximum size the pool may grow. More...

int mapped_size_
 Size of mapped shared memory segment. More...

int free_offset_
 Offset to mapped but not yet acquired address space. More...

int free_size_
 Size of mapped but not yet acquired address space. More...


Detailed Description

Pool statistics.


Member Data Documentation

int ACE_Pagefile_Memory_Pool::Control_Block::Shared_Control_Block::free_offset_
 

Offset to mapped but not yet acquired address space.

int ACE_Pagefile_Memory_Pool::Control_Block::Shared_Control_Block::free_size_
 

Size of mapped but not yet acquired address space.

int ACE_Pagefile_Memory_Pool::Control_Block::Shared_Control_Block::mapped_size_
 

Size of mapped shared memory segment.

size_t ACE_Pagefile_Memory_Pool::Control_Block::Shared_Control_Block::max_size_
 

Maximum size the pool may grow.


The documentation for this class was generated from the following file:
Generated on Sun Feb 17 17:40:45 2002 for ACE by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001