ACE
6.2.5
|
Pool statistics. More...
#include <Pagefile_Memory_Pool.h>
Public Attributes | |
size_t | max_size_ |
Maximum size the pool may grow. More... | |
size_t | mapped_size_ |
Size of mapped shared memory segment. More... | |
ptrdiff_t | free_offset_ |
Offset to mapped but not yet acquired address space. More... | |
size_t | free_size_ |
Size of mapped but not yet acquired address space. More... | |
Pool statistics.
ptrdiff_t ACE_Pagefile_Memory_Pool::Control_Block::Shared_Control_Block::free_offset_ |
Offset to mapped but not yet acquired address space.
size_t ACE_Pagefile_Memory_Pool::Control_Block::Shared_Control_Block::free_size_ |
Size of mapped but not yet acquired address space.
size_t 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.