소스 검색

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