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

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.

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.