zentara has asked for the wisdom of the Perl Monks concerning the following question:
"It is suggested that you enable the version of malloc that is distributed with Perl. It keeps pools of various sizes of unallocated memory in order to satisfy allocation requests more quickly. However, on some platforms, it may cause spurious malloc or free errors."
So when I build Perl, it askes if I want to use Perl's malloc or the system's malloc, with it defaulting to system. Is there beter memory performance with Perl's malloc, and if so, what improvements could I expect on linux?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using Perl's Malloc
by osunderdog (Deacon) on Jan 06, 2005 at 15:38 UTC | |
|
Re: Using Perl's Malloc
by mkirank (Chaplain) on Jan 06, 2005 at 13:33 UTC | |
|
Re: Using Perl's Malloc
by eyepopslikeamosquito (Archbishop) on Jan 07, 2005 at 03:17 UTC |