zig/lib/std/heap
Andrew Kelley 1b1921f0e2 stage1: deal with WebAssembly not supporting @returnAddress()
This makes `@returnAddress()` return 0 for WebAssembly (when not using
the Emscripten OS) and avoids trying to capture stack traces for the
general purpose allocator on that target.
2020-08-08 01:00:29 -07:00
..
arena_allocator.zig std.mem.Allocator: add return_address to the interface 2020-08-08 00:34:13 -07:00
general_purpose_allocator.zig stage1: deal with WebAssembly not supporting @returnAddress() 2020-08-08 01:00:29 -07:00
logging_allocator.zig std.mem.Allocator: add return_address to the interface 2020-08-08 00:34:13 -07:00