From: Julian Seward Date: Mon, 28 Aug 2006 12:02:10 +0000 (+0000) Subject: Merge r5986 (fix for: VG_N_SEGMENTS too low) X-Git-Tag: svn/VALGRIND_3_2_1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8741720b2a6f0711fe2e3525a6c862d1000aa1c4;p=thirdparty%2Fvalgrind.git Merge r5986 (fix for: VG_N_SEGMENTS too low) git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_2_BRANCH@6016 --- 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