yann@1: --- glibc-2.2.5/malloc/tst-calloc.c.old Sun Aug 3 16:17:58 2003 yann@1: +++ glibc-2.2.5/malloc/tst-calloc.c Sun Aug 3 16:20:01 2003 yann@1: @@ -24,9 +24,8 @@ yann@1: #include yann@1: yann@1: yann@1: -/* Number of samples per size. */ yann@1: -#define N 50000 yann@1: - yann@1: +/* Number of samples per size. This is also the maximum memory consumption in kilobytes. */ yann@1: +#define N 8000 yann@1: yann@1: static void yann@1: fixed_test (int size)