diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1998-12-16 11:40:27 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-12-17 12:47:15 +0000 |
commit | 9ee81ef67d78b40160bca643ec8e4fa896d3f143 (patch) | |
tree | 6b5daf39469363cfe586eef93248ed0e8914a1a0 /malloc.c | |
parent | 98dddfbde85ba9abd899e710b443f45cc7cf07e0 (diff) | |
download | perl-9ee81ef67d78b40160bca643ec8e4fa896d3f143.tar.gz |
Re: stuff related to malloc.c
To: domo@computer.org
Cc: jhi@iki.fi, perl5-porters@perl.org
Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@2486
Diffstat (limited to 'malloc.c')
-rw-r--r-- | malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ # Which allocator to use if PERL_SBRK_VIA_MALLOC SYSTEM_ALLOC(a) malloc(a) - # Minimal alignment (power of 2) of SYSTEM_ALLOC + # Minimal alignment (in bytes, should be a power of 2) of SYSTEM_ALLOC SYSTEM_ALLOC_ALIGNMENT MEM_ALIGNBYTES # Disable memory overwrite checking with DEBUGGING. Memory and speed |