|
From: <sv...@va...> - 2006-07-24 08:07:38
|
Author: sewardj Date: 2006-07-24 09:07:28 +0100 (Mon, 24 Jul 2006) New Revision: 5986 Log: Allow even more segments. Modified: trunk/coregrind/m_aspacemgr/aspacemgr.c Modified: trunk/coregrind/m_aspacemgr/aspacemgr.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/m_aspacemgr/aspacemgr.c 2006-07-17 11:43:45 UTC (rev = 5985) +++ trunk/coregrind/m_aspacemgr/aspacemgr.c 2006-07-24 08:07:28 UTC (rev = 5986) @@ -275,7 +275,7 @@ /* ------ start of STATE for the address-space manager ------ */ =20 /* Max number of segments we can track. */ -#define VG_N_SEGMENTS 2000 +#define VG_N_SEGMENTS 5000 =20 /* Max number of segment file names we can track. */ #define VG_N_SEGNAMES 400 |