]> mj.ucw.cz Git - libucw.git/commit
More work on resource pools.
authorMartin Mares <mj@ucw.cz>
Mon, 1 Sep 2008 23:22:55 +0000 (01:22 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 29 Mar 2011 10:55:05 +0000 (12:55 +0200)
commit847bb5125836ac3c89a9118be60cb077090f4756
tree32e73661d52d3a171829f66535547f9c52379c2f
parent2b362c12bca34dd2a34bc25695f12e5a883a8a47
More work on resource pools.

I really do not like that the respools use two different types of memory
allocation, but I really want them to be as efficient as possible inside
transactions and we do not have a good thread-local allocator yet.
ucw/Makefile
ucw/respool.c [new file with mode: 0644]
ucw/respool.h [new file with mode: 0644]
ucw/trans.c [new file with mode: 0644]
ucw/trans.h