Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trying to track down memory leak(s)
Message
De
23/09/2011 13:31:31
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01398453
Message ID:
01524513
Vues:
103
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform