]> git.vpit.fr Git - perl/modules/Scalar-Vec-Util.git/commitdiff
Be proud about being O(1) memory
authorVincent Pit <vince@profvince.com>
Sat, 16 May 2009 08:47:44 +0000 (10:47 +0200)
committerVincent Pit <vince@profvince.com>
Sat, 16 May 2009 08:47:44 +0000 (10:47 +0200)
lib/Scalar/Vec/Util.pm

index b8d0616fffa4010b1f4357bb76f40438e606f0b3..db6adba1de6489b764f298bc60f314ce393935a5 100644 (file)
@@ -90,6 +90,7 @@ sub vfill_pp {
 Copies C<$length> bits starting at C<$from_start> in C<$from> to C<$to_start> in C<$to>.
 If C<$from_start + $length> is too long for C<$from>, zeros are copied past C<$length>.
 Grows C<$to> if necessary.
+Doesn't need to allocate any extra memory.
 
 =cut