Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to track down memory leak(s)
Message
From
23/09/2011 13:31:31
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01398453
Message ID:
01524513
Views:
112
>>I just did a test
>>The memory allocation is OK, goes up and down
>>
>>So, sorry - false alarm - for your case
>>
>>
>>function Do_it()
>>	
>>	do while true
>>		=allocate()
>>	enddo
>>endfunc
>>
>>function allocate()
>>	local aa
>>	
>>	aa = space(8*1024*1024)
>>endfunc
>>
>
>I am not seeing how this helps me.


It doesn't - this test indicates that releasing the variables prior to returning from the routine does not influence the memory footprint, ie it cannot be the source of your problem
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform