NAME

ACE_Pagefile_Memory_Pool_Options - Helper class for Pagefile Memory Pool constructor options.

SYNOPSIS

#include <ace/ACE_Memory_Pool.h>

class ACE_Pagefile_Memory_Pool_Options { public: ACE_Pagefile_Memory_Pool_Options ( void *base_addr = ACE_DEFAULT_PAGEFILE_POOL_BASE, size_t max_size = ACE_DEFAULT_PAGEFILE_POOL_SIZE ); void *base_addr_; size_t max_size_; };

DESCRIPTION

This should be a nested class, but that breaks too many compilers.

PUBLIC MEMBERS

ACE_Pagefile_Memory_Pool_Options (
    void *base_addr = ACE_DEFAULT_PAGEFILE_POOL_BASE,
    size_t max_size = ACE_DEFAULT_PAGEFILE_POOL_SIZE
    );

void *base_addr_;

size_t max_size_;

AUTHOR

Doug Schmidt and Prashant Jain

LIBRARY

ace