* iface/dve2/dve2.cc: Use a fixed-size memory pool for dve2_state

instances and their variables.
This commit is contained in:
Alexandre Duret-Lutz 2011-04-03 19:13:11 +02:00
parent 3396a03818
commit 5d12152449
2 changed files with 35 additions and 18 deletions

View file

@ -1,3 +1,8 @@
2011-04-03 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* iface/dve2/dve2.cc: Use a fixed-size memory pool for dve2_state
instances and their variables.
2011-04-03 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Add a fixed-size memory pool implementation.