FindBin.pm on Win32 systems
[p5sagit/p5-mst-13.2.git] / malloc.c
index db6d1f0..168b17f 100644 (file)
--- 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