Activity overview
Latest activity by kenwbrand
So this tells me that the memory leak is in the stack then. I already tracked the number of threads and handles the program had using the task manager. This doesn't seem to be increasing over time however. Is there anyway to utilize the profiler to find a stack memory issue?
-Ken / comments
So this tells me that the memory leak is in the stack then. I already tracked the number of threads and handles the program had using the task manager. This doesn't seem to be increasing over tim...
Issue with unmanaged memory
Hello All,
I'm trying to find the cause of a memory leak that causes my program's unmanaged memory to increase.
I've started by first taking a memory snapshot when the program starts. I took a sec...