OSDN Git Service

Default to using malloc-930716 on ARM systems, since it is
authorEric Andersen <andersen@codepoet.org>
Tue, 29 Jan 2002 14:38:43 +0000 (14:38 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 29 Jan 2002 14:38:43 +0000 (14:38 -0000)
about an order of magnitude faster.

extra/Configs/Config.arm

index deb75ed..77094d7 100644 (file)
@@ -103,8 +103,8 @@ LOCALE_DIR = "/usr/share/uClibc-locale/"
 # It is actually smaller than "malloc", at least on i386.  Right now, it
 # only works on i386 (and maybe m68k) because it needs sbrk.
 #MALLOC = malloc-simple
-MALLOC = malloc 
-#MALLOC = malloc-930716
+#MALLOC = malloc 
+MALLOC = malloc-930716
 
 # If you want to collect common syscall code into one function, set to this to
 # `true'.  Set it to false otherwise.