From: Ilya Zakharevich <ilya@math.berkeley.edu>
Date: Wed, 16 Dec 1998 16:40:27 +0000 (-0500)
Subject: Re: stuff related to malloc.c
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9ee81ef67d78b40160bca643ec8e4fa896d3f143;p=p5sagit%2Fp5-mst-13.2.git

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
---

diff --git a/malloc.c b/malloc.c
index db6d1f0..168b17f 100644
--- a/malloc.c
+++ b/malloc.c
@@ -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