ACE
6.1.0
|
Helper class for Pagefile Memory Pool constructor options. More...
#include <Pagefile_Memory_Pool.h>
Public Member Functions | |
ACE_Pagefile_Memory_Pool_Options (void *base_addr=ACE_DEFAULT_PAGEFILE_POOL_BASE, size_t max_size=ACE_DEFAULT_PAGEFILE_POOL_SIZE) | |
Initialization method. | |
Public Attributes | |
void * | base_addr_ |
Base address of the memory-mapped backing store. | |
size_t | max_size_ |
Maximum size the pool may grow. |
Helper class for Pagefile Memory Pool constructor options.
This should be a nested class, but that breaks too many compilers.
ACE_Pagefile_Memory_Pool_Options::ACE_Pagefile_Memory_Pool_Options | ( | void * | base_addr = ACE_DEFAULT_PAGEFILE_POOL_BASE , |
size_t | max_size = ACE_DEFAULT_PAGEFILE_POOL_SIZE |
||
) |
Initialization method.
Base address of the memory-mapped backing store.
Maximum size the pool may grow.