alloc and serde experiments
- C 95.1%
- Makefile 4.9%
| COPYING | ||
| example.c | ||
| falloc.c | ||
| falloc.h | ||
| Makefile | ||
| README | ||
| serde.c | ||
-------------------------------------------------- falloc: fast allocator library (under GPL3) -------------------------------------------------- falloc() : allocate memory ffree() : free memory serde_init() : set up serde serptr() : serialize data to disk deserptr() : deserialize data from disk ------------------------------------------------- why? I had a few ideas that I wanted to test ------------------------------------------------- should I use it? I dont know ------------------------------------------------- building the static library: $ make ------------------------------------------------- building and running the example: $ make example $ ./example -------------------------------------------------