Files
zig/lib
Andrew Kelley 349053e322 Maker: memory usage optimizations
- choose smp_allocator depending on optimization mode
- organize the globals
- avoid pessimistically allocating failed command string
- recover the PkgConfig memory
- recover the memory from captureChildProcess
- make Step.result_stderr gpa-owned so it doesn't leak when a step that
  fails with stderr is re-run
- recover memory from evalZigTest and evalGeneric child process stdio
  streams
2026-05-26 09:03:34 -07:00
..
2026-05-18 19:19:18 +02:00
2026-04-26 19:26:16 +02:00
2026-04-22 16:11:02 -07:00
2026-05-23 11:02:56 +02:00