I know it looks not necessary but I hope that it would help me find memory leak.
So having a function inside a class that returns int, how can I call it from another function of that class (call it so that function that returns int would run in another thread)?
I know it looks not necessary but I hope that it would help me
Share
The operating system will not reclaim memory leaks in worker threads. That’s not how it works.
Fix your bugs. The world doesn’t need any more crappy software.