Skip to content

Releases: f18m/boost-intrusive-pool

Feature release: delayed initialization of the memory pool

01 Aug 21:27
81e2785
Compare
Choose a tag to compare

IMPORTANT: backward-incompatible changes ahead:

  • Change the default ctor for boost_intrusive_pool: it's not allocating anymore a pool with the default size; rather it constructs a completely empty pool and it's mandatory to use the (new) init() method afterwards. Due to this change the MAJOR version of this project will be bumped from 1 to 2.

Release 1.3

16 Sep 20:02
49f6e9c
Compare
Choose a tag to compare

Add support for bounded-size memory pools, which return an invalid boost intrusive pointer when their max size is reached.

Release 1.2

18 Mar 09:48
Compare
Choose a tag to compare

Just add support for 2 debug preprocessor symbols:

  • BOOST_INTRUSIVE_POOL_DEBUG_CHECKS=1 to help debugging generic memory pool consistency
  • BOOST_INTRUSIVE_POOL_DEBUG_THREAD_ACCESS=1 to help debugging multithread accesses

Release 1.1

28 Feb 11:54
Compare
Choose a tag to compare

First stable release, tested in production.

Version 0.1

26 Feb 00:42
Compare
Choose a tag to compare
Version 0.1 Pre-release
Pre-release

First release