Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: Re: make perl release memory

by gellyfish (Monsignor)
on Jun 19, 2003 at 15:10 UTC ( [id://267223]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: make perl release memory
in thread make perl release memory

Well, a cursory test of:

main() { char *foo = (char *)malloc(1000000); getch(); free(foo); getch() }
Examined in task manager would suggest not, of course this is highly unscientific and someone else might know different.

/J\

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://267223]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-25 21:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found