Add a multiple-size memory pool implementation.

* src/misc/mspool.hh: New file.
* src/misc/Makefile.am: Add it.
This commit is contained in:
Alexandre Duret-Lutz 2011-04-08 17:53:33 +02:00
parent cefedff192
commit 56e487d468
3 changed files with 139 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2011-04-09 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Add a multiple-size memory pool implementation.
* src/misc/mspool.hh: New file.
* src/misc/Makefile.am: Add it.
2011-04-08 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/misc/fixpool.hh: Typo in comment.