#include <Memory_Pool.h>
Public Attributes | |
| size_t | max_size_ |
| Maximum size the pool may grow. More... | |
| size_t | mapped_size_ |
| Size of mapped shared memory segment. More... | |
| ptrdiff_t | free_offset_ |
| Offset to mapped but not yet acquired address space. More... | |
| size_t | free_size_ |
| Size of mapped but not yet acquired address space. More... | |
Definition at line 768 of file Memory_Pool.h.
|
|
Offset to mapped but not yet acquired address space.
Definition at line 778 of file Memory_Pool.h. |
|
|
Size of mapped but not yet acquired address space.
Definition at line 781 of file Memory_Pool.h. |
|
|
Size of mapped shared memory segment.
Definition at line 775 of file Memory_Pool.h. |
|
|
Maximum size the pool may grow.
Definition at line 772 of file Memory_Pool.h. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002