Re: free memory

2010-04-13 Thread C.DeRykus
On Apr 13, 8:46 am, philip.g.pot...@gmail.com (Philip Potter) wrote: > On 13 April 2010 16:25, Patrick Dupre wrote: > > > > > Hello, > > > I have the a hash of hash of ... of array > > (see below hwo I can list it) whose i wish to free the memory at one > > point. Right now the desallocation is no

Re: free memory

2010-04-13 Thread Peter Scott
On Tue, 13 Apr 2010 16:25:32 +0100, Patrick Dupre wrote: > I have the a hash of hash of ... of array (see below hwo I can list it) > whose i wish to free the memory at one point. Right now the > desallocation is not clean, ie that evert time that I reallocate the > hash, the programme requires more

Re: free memory

2010-04-13 Thread Philip Potter
On 13 April 2010 16:25, Patrick Dupre wrote: > Hello, > > I have the a hash of hash of ... of array > (see below hwo I can list it) whose i wish to free the memory at one > point. Right now the desallocation is not clean, ie that evert time that > I reallocate the hash, the programme requires more

free memory

2010-04-13 Thread Patrick Dupre
Hello, I have the a hash of hash of ... of array (see below hwo I can list it) whose i wish to free the memory at one point. Right now the desallocation is not clean, ie that evert time that I reallocate the hash, the programme requires more and mor space and finally swap the memory ! How can I f

Re: free memory

2010-04-01 Thread Shawn H Corey
Patrick Dupre wrote: I do not understand either, I did 3 times and I never get any feedback from the server !!! It would be something simple like a spam/junk filter intercepting it before you see it? -- Just my 0.0002 million dollars worth, Shawn Programming is as much about organiza

Re: free memory

2010-04-01 Thread Patrick Dupre
On Thu, 1 Apr 2010, Philip Potter wrote: On 1 April 2010 16:13, Patrick Dupre wrote: Hello, I cannot subscribe to perl-xs so, I am still posting here. I don't understand the problem. I do not understand either, I did 3 times and I never get any feedback from the server !!! Firstly, I ju

Re: free memory

2010-04-01 Thread Philip Potter
On 1 April 2010 16:13, Patrick Dupre wrote: > Hello, > > I cannot subscribe to perl-xs so, I am still posting here. I don't understand the problem. Firstly, I just emailed perl-xs-subscr...@perl.org and got a response from the mailing list software. Secondly, how come you were posting on perl-x

free memory

2010-04-01 Thread Patrick Dupre
Hello, I cannot subscribe to perl-xs so, I am still posting here. I fill a hash of hash with xs. I wanted to free this hoh in perl, but it does not seem to be working. hoh = () or undef hoh does not free the memory. If I do the same call again, more memory is requested. Should I deallocated the m

Re: XS: Free memory

2009-09-09 Thread Paul Johnson
On Sun, Sep 06, 2009 at 09:30:04PM +0100, Patrick Dupre wrote: > Hello, Hello, > When I do: > XPUSHs (sv_2mortal (newRV_inc ((SV*) E_rot_up)) ; > Do I need to free the memory ? > I use the XPUSHs to pass an array of real to a perl sub, but I am > not sure that after the call, this memory sapce is

Re: XS: Free memory

2009-09-06 Thread Uri Guttman
> "PD" == Patrick Dupre writes: PD> XPUSHs (sv_2mortal (newRV_inc ((SV*) E_rot_up)) ; i can't answer your question but i don't consider XS questions appropriate for a beginner's list. XS is at least immediate to expert in skill level. so please seek other sites for help with this. there ar

XS: Free memory

2009-09-06 Thread Patrick Dupre
Hello, When I do: XPUSHs (sv_2mortal (newRV_inc ((SV*) E_rot_up)) ; Do I need to free the memory ? I use the XPUSHs to pass an array of real to a perl sub, but I am not sure that after the call, this memory sapce is freed. Can I desallocate the memory space manually ? I tried to use valgrind to