From: Julian Seward Date: Mon, 24 Jul 2006 08:07:28 +0000 (+0000) Subject: Allow even more segments. X-Git-Tag: svn/VALGRIND_3_3_0~723 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ecca8a0ff9e093d33e9e29e8e19d0b61722f2fc0;p=thirdparty%2Fvalgrind.git Allow even more segments. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5986 --- diff --git a/coregrind/m_aspacemgr/aspacemgr.c b/coregrind/m_aspacemgr/aspacemgr.c index 7d1e8f8d76..253b062068 100644 --- a/coregrind/m_aspacemgr/aspacemgr.c +++ b/coregrind/m_aspacemgr/aspacemgr.c @@ -275,7 +275,7 @@ /* ------ start of STATE for the address-space manager ------ */ /* Max number of segments we can track. */ -#define VG_N_SEGMENTS 2000 +#define VG_N_SEGMENTS 5000 /* Max number of segment file names we can track. */ #define VG_N_SEGNAMES 400