zig/lib/std/heap
Andrew Kelley f98cffc615 std: general purpose allocator: use AutoHashMap
As pointed out by Sahnvour, AutoHashMap is both more convenient and will
have better performance in this case.
2020-08-08 15:59:03 -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 std: general purpose allocator: use AutoHashMap 2020-08-08 15:59:03 -07:00
logging_allocator.zig std.mem.Allocator: add return_address to the interface 2020-08-08 00:34:13 -07:00