mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
The high level Allocator interface API functions will now do a `@returnAddress()` so that stack traces captured by allocator implementations have a return address that does not include the Allocator overhead functions. This makes `4` a more reasonable default for how many stack frames to capture.