in reply to Re^2: General memory management for embedded/extended perl with C threads
in thread General memory management for embedded/extended perl with C threads
I just ran through the perl configure and here is the salient question:use Config qw|config_vars|; print "Using Perl Malloc? "; config_vars('usemymalloc'); print "\n";
Do you wish to attempt to use the malloc that comes with perl5? [n]
|
|---|