If your program happens to run on Linux, compile with `mm:orc -d:useMalloc` and ask `valgrind` for validation. If you're on Windows, try clang with sanitizer options but I'm not an expert on these.
Or live with mm:boehm or mm:arc, sorry.
If your program happens to run on Linux, compile with `mm:orc -d:useMalloc` and ask `valgrind` for validation. If you're on Windows, try clang with sanitizer options but I'm not an expert on these.
Or live with mm:boehm or mm:arc, sorry.