With this C library you will be able to use a statically allocated 'user defined' space of memory as a dynamic one. Library provides dynamic memory allocation routines for those memory spaces. User should statically allocate the space in memory and be shure to have the corresponding W/R acces. For every different space of memory the user wants to dynamically interact with, a new mymalloc_handler handler should be declared and initialized to interact with te API.
You could find detailed Doxygen documentation clicking here.
-
mymalloc: Contains the general purpose dynamic memory allocation library source and header files.
-
docs: Contains html Doxygen documentation source files. See Documentation
In order to clone and get mymalloc C library do:
git clone https://github.com/fededc88/mymalloc.git
On developement
author: Federico D. Ceccarelli
Do you find this project interesting or useful for your work? Please let me know fededc88@gmail.com, @fededc88.
Any kind of submissions are welcome!