Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Mini-malloc

custom memory allocator written in C

i wrote it to understand dynamic memory allocation better. and partly also because i wanted to strengthen my C aswell

some backstory

i never really took C seriously in 1st year when my uni taught it , i had realised back then too that it is important but i was too lazy. So i made this mini-malloc to sharpen my C understanding.

and why i chose malloc is because it plays on C's strengths. and tbh malloc might seem something too basic , but once you try seeing it in detail and backtrack the thoughts of the person who made it....you'd be surprised how fun malloc is

So yeah , i thoroughly enjoyed making this thing. i hope you enjoy it as much as i did.

About

custom memory allocator written in C

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages