浏览代码

Default to using malloc-930716 on ARM systems, since it is
about an order of magnitude faster.

Eric Andersen 23 年之前
父节点
当前提交
b1c0f6d464
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      extra/Configs/Config.arm

+ 2 - 2
extra/Configs/Config.arm

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