Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 384 Bytes

File metadata and controls

2 lines (2 loc) · 384 Bytes

memory-allocator

This is a simple memory allocator, imitating the malloc and free functions in C. It can INITIALIZE the maximum memory used, FINALIZE the memory, ALLOC n bytes of memory, FREE n bytes of memory, FILL a part of the memory given the index, size and value. The complete exercise text can be found here: https://ocw.cs.pub.ro/courses/programare/teme_2017/tema2_2017_cbd