crosstool-ng/patches/glibc/2.3.2/glibc-test-lowram.patch
Yann E. MORIN" 1906cf93f8 Add the full crosstool-NG sources to the new repository of its own.
You might just say: 'Yeah! crosstool-NG's got its own repo!".
Unfortunately, that's because the previous repo got damaged beyond repair and I had no backup.
That means I'm putting backups in place in the afternoon.
That also means we've lost history... :-(
2007-02-24 11:00:05 +00:00

15 lines
371 B
Diff

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