https://github.com/otmanedaoudi/c-storage-allocator
Rewriting my own version of malloc, free, realloc and calloc.
https://github.com/otmanedaoudi/c-storage-allocator
c memory-management
Last synced: over 1 year ago
JSON representation
Rewriting my own version of malloc, free, realloc and calloc.
- Host: GitHub
- URL: https://github.com/otmanedaoudi/c-storage-allocator
- Owner: OtmaneDaoudi
- License: gpl-3.0
- Created: 2022-12-29T16:42:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T16:35:17.000Z (over 3 years ago)
- Last Synced: 2025-01-21T15:32:09.207Z (over 1 year ago)
- Topics: c, memory-management
- Language: C
- Homepage:
- Size: 995 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Yet another day of me falling in love with my PC's memory, so i decided why not write my own version of malloc, realloc, calloc, and free.