andrew.kraevskii 045624beac Use leak detection of DebugAllocator.
When allocating memory it remebers where memory was allocated but it only
for leaks in .deinit(). So not calling it is a sure way to miss a bunch of leaks.

deinit() returns if it found leaks but we don't really care. Its usefull for tests but not here.
2026-03-04 02:00:40 +03:00
2026-03-04 02:00:40 +03:00
2025-12-06 17:21:56 +03:00
2025-12-06 17:21:56 +03:00
2026-03-04 02:00:40 +03:00
2026-03-04 02:00:40 +03:00
Description
No description provided
6.7 MiB
Languages
Zig 92.3%
Python 7.3%
TeX 0.2%
Shell 0.2%