Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 730 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 730 Bytes

First-fit memory allocator

Memory allocation system, based on first-fit allocation scheme. Written on C language

  • 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