summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc/stdlib/malloc.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/stdlib/malloc.c b/lib/libc/stdlib/malloc.c
index 1a50df1..db4a798 100644
--- a/lib/libc/stdlib/malloc.c
+++ b/lib/libc/stdlib/malloc.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: malloc.c,v 1.40 1998/09/19 20:55:36 alex Exp $
+ * $Id: malloc.c,v 1.41 1998/09/20 01:07:50 alex Exp $
*
*/
@@ -47,6 +47,10 @@
# define malloc_pageshift 12U
# define malloc_minsize 16U
# endif
+# if defined(__alpha__)
+# define malloc_pageshift 13U
+# define malloc_minsize 16U
+# endif
# if !defined(__NETBSD_SYSCALLS)
# define HAS_UTRACE
# endif
OpenPOWER on IntegriCloud