Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 379 Bytes

File metadata and controls

7 lines (5 loc) · 379 Bytes

Dynamic_memory_allocator

My dynamic memory allocator, uses best-fit and explict free list. The code for the program is located in src file. All the methods are in sfmm.c file. Unit tests can be found in tests.c file.

Unit test using Criterion Libraries

Criterion - unit testing library The MIT License (MIT) Copyright © 2015-2016 Franklin "Snaipe" Mathieu http://snai.pe/