This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use malloc_good_size() to round up the size of requested arenas to the
authorNicholas Clark <nick@ccl4.org>
Wed, 27 Feb 2008 19:11:12 +0000 (19:11 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 27 Feb 2008 19:11:12 +0000 (19:11 +0000)
commitd8fca4022b56f335fb492e336b5d155376eb1bf7
tree5782cd9ec92f2203934b6f0f38f71916e4e1e90d
parent641071807211a3969bcad26ac3f2a39f4550a11c
Use malloc_good_size() to round up the size of requested arenas to the
size that will actually be allocated, to squeeze last few bytes into
use.

p4raw-id: //depot/perl@33390
hv.c
perl.h
sv.c