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

@ -33,6 +33,7 @@ misc_HEADERS = \
bddop.hh \
casts.hh \
escape.hh \
fixpool.hh \
freelist.hh \
hash.hh \
hashfunc.hh \