- Implemented memory allocation functions:
meminit
,memalloc
,memfree
,memdone
,memgetminimumsize
,memgetblocksize
- All non-trivial functions are covered with unit tests, see test.cpp
- Integration tests are performed in fullcomplex-test.c
- System supports printing of allocator's current state, see example log.alloclog