#include <Pagefile_Memory_Pool.h>
Public Attributes | |
size_t | max_size_ |
Maximum size the pool may grow. | |
size_t | mapped_size_ |
Size of mapped shared memory segment. | |
ptrdiff_t | free_offset_ |
Offset to mapped but not yet acquired address space. | |
size_t | free_size_ |
Size of mapped but not yet acquired address space. |
Definition at line 153 of file Pagefile_Memory_Pool.h.
|
Offset to mapped but not yet acquired address space.
Definition at line 163 of file Pagefile_Memory_Pool.h. |
|
Size of mapped but not yet acquired address space.
Definition at line 166 of file Pagefile_Memory_Pool.h. |
|
Size of mapped shared memory segment.
Definition at line 160 of file Pagefile_Memory_Pool.h. |
|
Maximum size the pool may grow.
Definition at line 157 of file Pagefile_Memory_Pool.h. |