Behind the Scenes of malloc(): Building a Memory Allocator from Scratch
So, say I want to manage the allocation and deallocation of memory in my system—it's actually a really interesting topic! The languages we generally use—Java, Go, Python, JavaScript—don’t require us to worry about memory allocation, right? But it’s s...
kartikshukla.hashnode.dev6 min read