https://github.com/darkpurple141/c-allocator
This is a component of a memory allocator program written for UNSW. Shows competency with pointers, pointer arithmetic, addresses and functional programming.
https://github.com/darkpurple141/c-allocator
Last synced: 7 months ago
JSON representation
This is a component of a memory allocator program written for UNSW. Shows competency with pointers, pointer arithmetic, addresses and functional programming.
- Host: GitHub
- URL: https://github.com/darkpurple141/c-allocator
- Owner: DarkPurple141
- Created: 2017-02-16T23:50:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T00:12:42.000Z (over 8 years ago)
- Last Synced: 2025-01-18T05:09:02.590Z (9 months ago)
- Language: C
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# c-allocator
This is a component of a memory allocator program written for UNSW. Shows competency with pointers, pointer arithmetic, addresses and functional programming.