LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how automatic memory allocation is handled in labview

Hi All,

 

I have one doubt related to labview.

 

In Labview,we wont allocate/deallocate memory for any variables.That memory allocation is handled internally by labview.

 

I want to know how labview internally doing that......

 

Can anybody help me in this regard...........

 

Thanks,

Harika

0 Kudos
Message 1 of 5
(2,870 Views)

Hey,

 

Just open the LabVIEW help and search for VI Memory usage and you will find a very detailed description.

 

 

Christian

0 Kudos
Message 2 of 5
(2,864 Views)
There are also, for the real die hards, functions in LabVIEW that allow you to force memory deallocation and other functions in "Memory Control"  under the "Application Control" pallette. Do you have a particular concern, suspect a memory leak or something? It was much more of a concern back in the days of small memory in computers, less so in average applications now days.
Message Edited by LV_Pro on 10-23-2009 09:50 AM
Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



0 Kudos
Message 3 of 5
(2,861 Views)

Hi Harika,

 

I can't answer that quesion in a single post but I can invite you to explore two Tag sets I have been maintaining.

 

LabVIEW_Memory is mostly posts by Greg Mckaskle of NI R&D.

 

LabVIEW_Performance is another collection of threads related to performance where memory play a big role.

 

Please review ALL Smiley Surprised of the threads linked in those tag sets and you should be well on your way to understanding how LV handles memory.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 4 of 5
(2,860 Views)

harika.cattamanchi@honeywell.com wrote:

Hi All,

 

I have one doubt related to labview.

 

In Labview,we wont allocate/deallocate memory for any variables.That memory allocation is handled internally by labview.

 

I want to know how labview internally doing that......

 

Can anybody help me in this regard...........

 

Thanks,

Harika


What exactly are you trying to determine? Usually questions like this are posed by someone trying to accomplish something specific, such as interfacing to DLLs. 

0 Kudos
Message 5 of 5
(2,856 Views)