]> mj.ucw.cz Git - libucw.git/commit
Merged extended mempool from the dev-playground branch.
authorPavel Charvat <pavel.charvat@netcentrum.cz>
Thu, 29 Mar 2007 07:22:45 +0000 (09:22 +0200)
committerPavel Charvat <pavel.charvat@netcentrum.cz>
Thu, 29 Mar 2007 07:22:45 +0000 (09:22 +0200)
commit33f4c9043db1681727e67f88b7dcf0bf8a0e61fc
tree32383137c6e6cbd21905840952ff6fef5509b699
parentbc64ab012833cd38592982444fd8c35b6e203250
Merged extended mempool from the dev-playground branch.

New features:
- reallocating of the last block (similar to a growing buffer)
- saving and restoring states (similar to a stack)
lib/Makefile
lib/autoconf.cfg
lib/bigalloc.c
lib/lib.h
lib/mempool-fmt.c
lib/mempool.c
lib/mempool.h
lib/mempool.t