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
- Host: GitHub
- URL: https://github.com/kamoltat/dynamic-memory-allocator-implicit-
- Owner: kamoltat
- Created: 2017-12-05T02:43:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-05T23:30:57.000Z (over 6 years ago)
- Last Synced: 2025-01-25T06:41:16.649Z (about 1 year ago)
- Topics: malloc
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Implicit Dynamic Memory Allocator Developed during our final project in CS210 Boston University.
Contributor: K.Sirivadhna, C.Disini