Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to track down memory leak(s)
Message
 
 
To
23/09/2011 11:27:19
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01398453
Message ID:
01524505
Views:
91
>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.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform