Skip to content

0smic/custom_malloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

custom_malloc

created a memory allocater which I try to mimic like malloc. basically it just educational. uses an array and distribute it's memory to the user as per need and keeping track of memory which are in use. and free as per user. also added reallocation by resize the array or merging the consecutive space. basically I'm trying to figure out how things works in internal

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published