In Perl_sv_grow(), no need to do PERL_STRLEN_ROUNDUP() if we have
authorNicholas Clark <nick@ccl4.org>
Wed, 2 Apr 2008 21:03:33 +0000 (21:03 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 2 Apr 2008 21:03:33 +0000 (21:03 +0000)
commitaedff202e428171aca34f30e105f7d4462b85de2
treef7f0bf83af75e868086e3b2a63e73db7ddde6d20
parentf25eda108073a1aef3f3ed5406618a18d0d4baee
In Perl_sv_grow(), no need to do PERL_STRLEN_ROUNDUP() if we have
malloc_size() to get the true allocated space, as PERL_STRLEN_ROUNDUP()
might actually bump the request across an allocation size boundary.

p4raw-id: //depot/perl@33632
sv.c