An open API service indexing awesome lists of open source software.

https://github.com/kamoltat/dynamic-memory-allocator-implicit-

A simulation of Dynamic Memory Allocator, basically we wrote our own version of Malloc(), Free() using padded bits to keep track of the size and availablity. This program is created as a final project for CS210
https://github.com/kamoltat/dynamic-memory-allocator-implicit-

malloc

Last synced: 11 months ago
JSON representation

A simulation of Dynamic Memory Allocator, basically we wrote our own version of Malloc(), Free() using padded bits to keep track of the size and availablity. This program is created as a final project for CS210

Awesome Lists containing this project

README

          

# Implicit Dynamic Memory Allocator Developed during our final project in CS210 Boston University.

Contributor: K.Sirivadhna, C.Disini