In a bid to understand how the memory pool works, I dug into the Zig memory pool source code. I plan to read the code for the allocator in the heap folder of the std library.
Let’s look at what it does and how it does—starting from the first error me...