Jakub Konka 26153ce73a dwarf: clean up allocations in std.dwarf module
While this code probably could do with some love and a redesign,
this commit fixes the allocations by making sure we explicitly
pass an allocator where required, and we use arenas for temporary
or narrowly-scoped objects such as a `Die` (for `Die` in particular,
not every `FormValue` will be allocated - we could duplicate, or
we can use an arena which is the proposal of this commit).
2022-04-21 00:06:52 +02:00
..
2022-04-19 19:42:15 -05:00
2022-04-07 05:04:38 -06:00
2022-03-08 20:38:12 +02:00
2022-03-08 20:38:12 +02:00
2022-04-15 16:52:02 -06:00
2022-04-19 19:51:19 -04:00
2022-04-07 05:04:38 -06:00
2022-03-08 20:38:12 +02:00
2022-04-15 11:20:11 +03:00
2022-01-07 00:06:06 -05:00
2022-04-14 10:12:45 -07:00
2022-04-14 10:12:45 -07:00
2022-04-15 15:26:51 -05:00
2022-04-15 17:01:01 -05:00
2022-01-07 00:06:06 -05:00