Adewole Caleb Erioluwacaleberioluwa.hashnode.dev·Oct 3, 2024A Detailed Examination of Zig's Memory PoolIn 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...Discuss·10 likes·69 readslearning-zig