zalloc: Use zig allocators in your c code
Summary
The article presents zalloc, a project that substitutes standard C memory allocators with Zig allocators to run within a C module. It demonstrates how to integrate Zig allocators into a C project via a build script, including infecting a C module to replace malloc/free, and wiring up the allocator for use in a host application. Practical guidance is provided for using Zig from C, along with usage examples and repository context.