summaryrefslogtreecommitdiff
path: root/malloc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-18 00:36:59 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-18 00:36:59 +0000
commit7c2842bfc5cdc2df19cc2fdd1a127b8ac4bf3474 (patch)
tree194c60dbcbf6fc5cb8a212c9a79699358b09f7f5 /malloc
parentaae9d42b1a75737aea5d493c418dc379f53f5865 (diff)
Update.
* sysdeps/unix/sysv/linux/Makefile: Remove db2 directory handling. * malloc/Makefile (CFLAGS-malloc.c): Define DEFAULT_TOP_PAD to 128k. * sysdeps/unix/sysv/linux/Makefile (CFLAGS-malloc.c): Add to, not replace.
Diffstat (limited to 'malloc')
-rw-r--r--malloc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/malloc/Makefile b/malloc/Makefile
index 6c04518b39..cf65fdca4f 100644
--- a/malloc/Makefile
+++ b/malloc/Makefile
@@ -56,6 +56,7 @@ aux := set-freeres thread-freeres
include ../Makeconfig
+CFLAGS-malloc.c += -DDEFAULT_TOP_PAD=131072
CPPFLAGS-memusagestat = -DNOT_IN_libc
# The Perl script to analyze the output of the mtrace functions.