#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. More... | |
Public Attributes | |
| void * | base_addr_ |
| Base address of the memory-mapped backing store. More... | |
| size_t | max_size_ |
| Maximum size the pool may grow. More... | |
This should be a nested class, but that breaks too many compilers.
Definition at line 656 of file Memory_Pool.h.
|
||||||||||||
|
Initialization method.
Definition at line 1018 of file Memory_Pool.cpp.
01020 : base_addr_ (base_addr), 01021 max_size_ (max_size) 01022 { 01023 } |
|
|
Base address of the memory-mapped backing store.
Definition at line 664 of file Memory_Pool.h. |
|
|
Maximum size the pool may grow.
Definition at line 667 of file Memory_Pool.h. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002