Skip to main contentSkip to navigation

Zig DebugAllocator

A memory allocator in Zig's standard library designed for debugging with leak detection, double-free protection, and stack trace capabilities, recently renamed from GeneralPurposeAllocator to better reflect its debugging focus.