|
From: Jeremy F. <je...@go...> - 2004-01-19 21:48:25
|
CVS commit by fitzhardinge:
Reduce the pounding.
M +1 -1 map_unmap.c 1.4
--- valgrind/none/tests/map_unmap.c #1.3:1.4
@@ -57,5 +57,5 @@ int main()
munmap(expect2, LEN);
- for(i = 0; i < 1000; i++) {
+ for(i = 0; i < 100; i++) {
void *m1, *m2;
|