N
Nanda
hi all,
In a .NET application, Garbage Collector is invoked, if
managed heap runs out of memory. What happens if heap
runs out of memory in an unmanaged application. (when new
returns null in vc++).
In a .NET application, Garbage Collector is invoked, if
managed heap runs out of memory. What happens if heap
runs out of memory in an unmanaged application. (when new
returns null in vc++).