|
From: <sv...@va...> - 2006-08-28 13:05:52
|
Author: sewardj Date: 2006-08-28 14:05:48 +0100 (Mon, 28 Aug 2006) New Revision: 6030 Log: Increase number of segnames available (Stu Robinson). 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-08-28 12:40:05 UTC (rev = 6029) +++ trunk/coregrind/m_aspacemgr/aspacemgr.c 2006-08-28 13:05:48 UTC (rev = 6030) @@ -278,7 +278,7 @@ #define VG_N_SEGMENTS 5000 =20 /* Max number of segment file names we can track. */ -#define VG_N_SEGNAMES 400 +#define VG_N_SEGNAMES 1000 =20 /* Max length of a segment file name. */ #define VG_MAX_SEGNAMELEN 1000 |