Преглед на файлове

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