#include <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. |
|
Offset to mapped but not yet acquired address space.
|
|
Size of mapped but not yet acquired address space.
|
|
Size of mapped shared memory segment.
|
|
Maximum size the pool may grow.
|