Skip to content

fededc88/mymalloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mymmalloc - A general purpose dynamic memory allocation library

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.

Documentation

You could find detailed Doxygen documentation clicking here.

Folder structure

  • mymalloc: Contains the general purpose dynamic memory allocation library source and header files.

  • docs: Contains html Doxygen documentation source files. See Documentation

Get the repo

In order to clone and get mymalloc C library do:

git clone https://github.com/fededc88/mymalloc.git

Testing

On developement

Referencing

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages