https://github.com/mouuff/my_malloc
Simple implementation of malloc, free, realloc, calloc functions, using sbrk.
https://github.com/mouuff/my_malloc
Last synced: 11 months ago
JSON representation
Simple implementation of malloc, free, realloc, calloc functions, using sbrk.
- Host: GitHub
- URL: https://github.com/mouuff/my_malloc
- Owner: mouuff
- Created: 2019-05-03T00:36:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-03T00:37:30.000Z (about 7 years ago)
- Last Synced: 2025-01-29T12:28:48.694Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my_malloc
reimplementation of malloc / realloc / calloc / free