patches/glibc/2.3.2/glibc-test-lowram.patch
changeset 330 447b203edc2e
parent 329 419d959441ed
child 331 0c05f9ea3254
     1.1 --- a/patches/glibc/2.3.2/glibc-test-lowram.patch	Tue Aug 14 19:32:22 2007 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,14 +0,0 @@
     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)