Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Re: Re: Garbage Collection on Hash delete

by CountZero (Bishop)
on Jan 13, 2003 at 22:10 UTC ( [id://226624]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Garbage Collection on Hash delete
in thread Garbage Collection on Hash delete

Well I have to work within a Windows environment and use pre-compiled versions of PERL, so I don't know if my version of PERL (Activestate) is bright enough to release memory back to the pool.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

  • Comment on Re: Re: Re: Garbage Collection on Hash delete

Replies are listed 'Best First'.
Re: Re: Re: Re: Garbage Collection on Hash delete
by Elian (Parson) on Jan 13, 2003 at 23:30 UTC
    Windows is generally clever enough to reclaim unused space. Unused space will only get returned if an entire chunk is empty, though, which may not happen. Often a big allocation will be carved into several pieces, and if even one of those pieces isn't empty the memory won't get returned.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-23 20:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found