Add a fixed-size memory pool implementation.

* src/misc/fixpool.hh: New file.
* src/misc/Makefile.am (misc_HEADERS): Add fixpool.hh.
This commit is contained in:
Alexandre Duret-Lutz 2011-04-03 19:05:11 +02:00
parent 050ea69f47
commit 3396a03818
3 changed files with 124 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2011-04-03 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Add a fixed-size memory pool implementation.
* src/misc/fixpool.hh: New file.
* src/misc/Makefile.am (misc_HEADERS): Add fixpool.hh.
2011-04-03 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* HACKING (command): Some notes about link-time optimizations.