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

https://github.com/joshsizer/my-malloc

Linked-list implementation of the standard C library function “malloc.” Uses a first-fit algorithm with support for coalescing.
https://github.com/joshsizer/my-malloc

algorithm coalescing data-structures first-fit linked-list

Last synced: 7 days ago
JSON representation

Linked-list implementation of the standard C library function “malloc.” Uses a first-fit algorithm with support for coalescing.

Awesome Lists containing this project