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:
parent
050ea69f47
commit
3396a03818
3 changed files with 124 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ misc_HEADERS = \
|
|||
bddop.hh \
|
||||
casts.hh \
|
||||
escape.hh \
|
||||
fixpool.hh \
|
||||
freelist.hh \
|
||||
hash.hh \
|
||||
hashfunc.hh \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue