#include <Memory_Pool.h>
Public Methods | |
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. |
This should be a nested class, but that breaks too many compilers.
|
Initialization method.
|
|
Base address of the memory-mapped backing store.
|
|
Maximum size the pool may grow.
|