Skip to content

rudrodip/calloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Memory allocator implemented in C

Progress

[2024-03-19 | 11:30 AM UTC]

I suck at C, I suck at low level programming. So I decided to write a custom memory allocator in C. I have no idea what I'm doing, but I'm doing it anyway. Let's see how far I can go.

[2024-03-24 | 5:30 PM UTC]

I was busy with other stuff, so I couldn't work on this project. I'll try to work on it today. I got a really good blog post about memory allocation. Its old but still relevant. I'll read it and try to implement some of the stuff mentioned in it.