[project @ 1996-01-10 12:38:57 by partain]
[ghc-hetmet.git] / ghc / runtime / storage / SMinternal.lh
index 832b5cf..6979337 100644 (file)
@@ -73,6 +73,10 @@ extern char *xmalloc PROTO((size_t));
 
 /************************ Default HEAP and STACK sizes **********************/
 
+/* A user can change these main defaults with a
+   "hooks" file equiv to runtime/hooks/SizeHooks.lc.
+*/
+
 #define DEFAULT_STACKS_SIZE     0x10002  /* 2^16 = 16Kwords = 64Kbytes */
 
 #define DEFAULT_HEAP_SIZE       0x100002 /* 2^20 = 1Mwords = 4Mbytes  */