浏览代码

tst-calloc: reduce samples per size for small systems without MMU

Waldemar Brodkorb 9 月之前
父节点
当前提交
1b30edf48a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/malloc/tst-calloc.c

+ 1 - 1
test/malloc/tst-calloc.c

@@ -25,7 +25,7 @@
 static int errors = 0;
 
 /* Number of samples per size.  */
-#define N 50000
+#define N 500
 
 
 static void