Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Memory allocation and monitoring

by shigetsu (Hermit)
on Apr 27, 2007 at 23:18 UTC ( [id://612468]=note: print w/replies, xml ) Need Help??


in reply to Memory allocation and monitoring

I think you're confusing the memory allocation model of other languages, such as C, which has either static or dynamic allocation of memory; which may be set statically at compile-time and may be extended later at run-time (in C, realloc() & friends).

As Perl is written in C it will apply some magic automatically to data structures when operated upon to have them extended to an appropriate size.

There are no arbitrary limits except the ones imposed by such factors as the memory available, underlying operating system, compiler et al.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (1)
As of 2024-04-25 01:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found