Beta version 1.3.0 released
New features:
– Memory segment manager – provides fuctionality of self extensible memory segment
– Named objects allocation support
Fixed bugz:
– #1983057: offset pointer does not validate used memory manager
– #1989078: managed_base does not validate passed memory manager
– #1987919: chunks number and available memory calculated incorrectly
– #2009127 “Size tracking works incorrectly with nothrow allocation”
– #2021835 “deletion of null pointer brings assert failure”
Implemented feature requests:
– #1999606: move common decorator methods to decorator_base class
– #1987888: add field to mgr traits that stores mem overhead per block
Unit tests were reimplemented using boost::test framework
And a lot of other improvements and small fixes (for more details see change log)