Hi All,
Iam Debugging a VC++ dll for Virtual Memory Leak on Windows 2003, It seems that , there is no memory leak since the Private bytes getting released but not Virtual Bytes, and the Virtual Bytes holds at 225 MB for 20MB input file.and the DLL is complied with unicode , I was using PerfMON counts and also Taskmanager VM to verify the memory bytes.
My question here is , why the Virtual Bytes does not get released back OS? is there any issue with Rogue Wave Garbage Collection?Thanks in Advance for help!!!