Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 232 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 232 Bytes

Reprogramming of the memory C allocation tool (malloc, realloc, free)
Used : Doubly linked list, Hashmap, mmap7
Learnt : How to operate on raw data blocks and organise memory.
High performance and thread-safety requiered.