This class implements the simple sequential fit algorithm with a simply linked list of free buffers. More...
#include <simple_seq_fit.hpp>
Public Types | |
typedef base_t::size_type | size_type |
Public Member Functions | |
* | simple_seq_fit (size_type segment_size, size_type extra_hdr_bytes) |
Constructor. More... | |
This class implements the simple sequential fit algorithm with a simply linked list of free buffers.
typedef base_t::size_type boost::interprocess::simple_seq_fit< MutexFamily, VoidPointer >::size_type |
|
inline |
Constructor.
"size" is the total size of the managed memory segment, "extra_hdr_bytes" indicates the extra bytes beginning in the sizeof(simple_seq_fit) offset that the allocator should not use at all.