]> mj.ucw.cz Git - libucw.git/commit
Added a simple allocator for fixed-size objects.
authorMartin Mares <mj@ucw.cz>
Thu, 6 Sep 2007 14:17:42 +0000 (16:17 +0200)
committerMartin Mares <mj@ucw.cz>
Thu, 6 Sep 2007 14:17:42 +0000 (16:17 +0200)
commit8d90ee5fdba7ae0543045753028887945c4cdf5d
tree3649492349b49b17d6b8c9eaffb1b98d440e60ee
parentff6fce257ce09477b27d9cd9e624ce0692e536b1
Added a simple allocator for fixed-size objects.
lib/Makefile
lib/eltpool.c [new file with mode: 0644]
lib/eltpool.h [new file with mode: 0644]
lib/eltpool.test [new file with mode: 0644]