Squid Web Cache master
Loading...
Searching...
No Matches
Ipc::Mem::PageStack::Config Class Reference

PageStack construction and SharedMemorySize calculation parameters. More...

#include <PageStack.h>

Public Attributes

uint32_t poolId = 0
 pool ID
 
size_t pageSize = 0
 page size, used to calculate shared memory size
 
PageCount capacity = 0
 the maximum number of pages
 
bool createFull = false
 whether a newly created PageStack should be prefilled with PageIds
 

Detailed Description

Definition at line 123 of file PageStack.h.

Member Data Documentation

◆ capacity

◆ createFull

bool Ipc::Mem::PageStack::Config::createFull = false

◆ pageSize

◆ poolId

uint32_t Ipc::Mem::PageStack::Config::poolId = 0

The documentation for this class was generated from the following file: