Zig in Depth: More Allocators

NOTE: This series only covers Zig 0.11.0! Help me create more content like this! https://www.paypal.com/donate/?hosted... In Zig, there's an allocator for that. :^) In this episode we look at some more allocators in the Zig standard library to round-off our discussion of these fundamental aspects of Zig memory management. We look at GeneralPurposeAllocator, LoggingAllocator, c_allocator, wasm_allocator, FailingAllocator, and the MemoryPool. The code: https://codeberg.org/dude_the_builder... Relevant Links: https://ziglang.org/documentation/0.1... https://github.com/ziglang/zig/tree/0... https://ziglang.org/documentation/mas... https://ziglang.org/documentation/mas...