Hi all,
How to find free physical memory...
I am using new operator to allocate memory..
I tried GlobalMemoryStatus (windows api) to analyse the current free
memory.
new is giving exception still GlobalMemoryStatus
shows sufficient free memory..
I am using visual studio 2005 for development.
and I want to avoid the exception given by new operator.
Is there any other way to analyze current free memory