Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 361 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 361 Bytes

LowerLevelProgramming

Memory Management System

Implemented and benchmarked a memory management package that has the same functionality as the standard C library functions malloc and free. To simulate the process I along with my teammate designed a linked list data structure that contains memory blocks that satisfy memory allocation request.

T9