N
Navneet Kumar
Hi,
My program is non-leaky, I've checked on that.
More virtual memory is allocated to it by the system then is required by it.
I'm filling a linked list which grows in size to around 1GB (at this point
the VM is around 2GB)
Pretty soon the 2GB limit is crossed and the program terminates.
Comparatively VC6 version is allocated less VM then the VS2005 version.
But still the 2GB limit is crossed.
Is there any compiler switch etc that could restrict this extra VM from
growing too much then is required?
Is there a way to free this VM dynamically?
Any solutions are welcome.
Navneet
My program is non-leaky, I've checked on that.
More virtual memory is allocated to it by the system then is required by it.
I'm filling a linked list which grows in size to around 1GB (at this point
the VM is around 2GB)
Pretty soon the 2GB limit is crossed and the program terminates.
Comparatively VC6 version is allocated less VM then the VS2005 version.
But still the 2GB limit is crossed.
Is there any compiler switch etc that could restrict this extra VM from
growing too much then is required?
Is there a way to free this VM dynamically?
Any solutions are welcome.
Navneet