Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

Memory Bleed

micromuni
Beginner
561 Views
I utilize Visual Basic.Net for GUI and either Compaq Visual Fortran 6.6B or Intel Fortran 7.0 for the computations. With both Fortrans, I notice that each time the DLL is called, task manager indicates that the amount of memory used increases by 8K. If I make 20 calls, the program memory size will increase by 160K. What can I do to stop this slight memory bleed?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
561 Views
The bleed is happening on the VB side - nothing that either of the Fortrans can do for you here.

Steve
0 Kudos
Reply