Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 159 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 159 Bytes

Memory-Allocator

Custom implementations of malloc(), realloc(), and free() in C using a segregated freelist algorithm.

See src/sfmm.c for implementations.