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

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.

Awesome Lists containing this project

README

          

# my_malloc
reimplementation of malloc / realloc / calloc / free