Nobody's hiring jr. dev so I made my own memory allocator in C
Aug 13, 2025 · 12 min read · In this blog, we will be learning how to make a malloc function and free function. Ofcourse it's not gonna be how a really malloc works in c but you will get an idea. our malloc will be able to allocate dynamic size of memory also it can deallocate t...
Join discussion