diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-03-23 10:14:54 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-03-23 10:14:54 +0000 |
commit | 3bdc27670282422f0788ccddd9711ae6cfe9bcd1 (patch) | |
tree | 7323b2843c665f5f112db60e5d2d218fc8903131 /malloc.c | |
parent | 155776c0c7f8e2be3290142fa6f544bce470abdb (diff) | |
parent | 0a6a0d524e3a6171ed37d842c0e1375270987314 (diff) | |
download | perl-3bdc27670282422f0788ccddd9711ae6cfe9bcd1.tar.gz |
Integrate from mainperl.
p4raw-id: //depot/cfgperl@3128
Diffstat (limited to 'malloc.c')
-rw-r--r-- | malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -213,7 +213,7 @@ * This is designed for use in a program that uses vast quantities of memory, * but bombs when it runs out. * - * Modifications Copyright Ilya Zakharevich 1996-98. + * Modifications Copyright Ilya Zakharevich 1996-99. * * Still very quick, but much more thrifty. (Std config is 10% slower * than it was, and takes 67% of old heap size for typical usage.) |