[Sheepdog] [PATCH 0/5] add some candy helpers
Liu Yuan
namei.unix at gmail.com
Tue Nov 15 04:16:41 CET 2011
These candy helpers are spin-offs from the development "Farm". I don't know
when Farm will be released, so I think it would be useful for other dev to include
these helerps in early. Most are taken from Linux kernel, git and memcached.
Thanks,
Yuan
Liu Yuan (5):
sheep: modify Makefile.am for candy helpers.
sheep: add some candy helpers in util.c
sheep: add a slab allocator
sheep: add string buf candy helpers
sheep: add hlist candy helpers
include/list.h | 116 ++++++++++++++++++++++++++
include/util.h | 63 ++++++++++++++
sheep/Makefile.am | 6 +-
sheep/slabs.c | 239 +++++++++++++++++++++++++++++++++++++++++++++++++++++
sheep/slabs.h | 21 +++++
sheep/strbuf.c | 192 ++++++++++++++++++++++++++++++++++++++++++
sheep/strbuf.h | 95 +++++++++++++++++++++
sheep/util.c | 150 +++++++++++++++++++++++++++++++++
8 files changed, 879 insertions(+), 3 deletions(-)
More information about the sheepdog
mailing list