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

@ -42,6 +42,7 @@ misc_HEADERS = \
minato.hh \
memusage.hh \
modgray.hh \
mspool.hh \
optionmap.hh \
random.hh \
timer.hh \