]> git.ozlabs.org Git - ccan/history - ccan/alloc/tiny.c
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / alloc / tiny.c
2012-11-22 Rusty Russellalloc: move into antithread/alloc.
2011-07-21 Rusty Russellvarious: add LICENSE comments.
2011-03-22 Rusty Russellalloc: dont clash with libc's fls, avoid void pointer...
2011-03-16 Brad Hardsalloc: avoid dead store to hdrlen
2010-09-13 Rusty Russellalloc: No need for tiny.c to be executable.
2010-07-29 Rusty Russellalloc: speed up tiny allocator
2010-07-27 Rusty Russellalloc: fix bug in tiny allocator.
2010-07-15 Rusty Russellalloc: fix bug in tiny allocator
2010-07-12 Rusty Russellalloc: remove encode limit arg, and implement free...
2010-07-12 Rusty Russellalloc: first cut of tiny allocator (down to 2 bytes!)