patches/glibc/2.2.5/glibc-test-lowram.patch
changeset 1 eeea35fbf182
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/glibc/2.2.5/glibc-test-lowram.patch	Sat Feb 24 11:00:05 2007 +0000
     1.3 @@ -0,0 +1,14 @@
     1.4 +--- glibc-2.2.5/malloc/tst-calloc.c.old	Sun Aug  3 16:17:58 2003
     1.5 ++++ glibc-2.2.5/malloc/tst-calloc.c	Sun Aug  3 16:20:01 2003
     1.6 +@@ -24,9 +24,8 @@
     1.7 + #include <stdio.h>
     1.8 + 
     1.9 + 
    1.10 +-/* Number of samples per size.  */
    1.11 +-#define N 50000
    1.12 +-
    1.13 ++/* Number of samples per size.  This is also the maximum memory consumption in kilobytes. */
    1.14 ++#define N 8000
    1.15 + 
    1.16 + static void
    1.17 + fixed_test (int size)