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 on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Memory Bleed

micromuni
Beginner
539 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
539 Views
The bleed is happening on the VB side - nothing that either of the Fortrans can do for you here.

Steve
0 Kudos
Reply