Class template simple_seq_fit
boost::interprocess::simple_seq_fit
Synopsis
template<typename MutexFamily, typename VoidPointer>
class simple_seq_fit {
public:
typedef ;
(, );
};
Description
This class implements the simple sequential fit algorithm with a simply linked list of free buffers.
simple_seq_fit
public
construct/copy/destruct
-
( segment_size, extra_hdr_bytes);
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.*<zwj></zwj>/