]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Increase size of hacky allocation space. Sigh.
authorJulian Seward <jseward@acm.org>
Mon, 25 Oct 2004 23:16:36 +0000 (23:16 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 25 Oct 2004 23:16:36 +0000 (23:16 +0000)
git-svn-id: svn://svn.valgrind.org/vex/trunk@427

VEX/head20041019/coregrind/vg_skiplist.c

index ae34aa08e09f5b5d147a31fc515009f82878a4ca..f15666cf8085a4e5e523afe2710b1d1707f5491e 100644 (file)
@@ -87,7 +87,7 @@
 #include <stdlib.h>
 
 /* ----------------- Hacky allocator -----------------*/
-#define HACKY_SIZE 100000
+#define HACKY_SIZE 1000000
 static Int   hacky_used = 0;
 static UChar hacky[HACKY_SIZE];