|
From: <sv...@va...> - 2006-08-28 13:08:19
|
Author: sewardj Date: 2006-08-28 14:08:16 +0100 (Mon, 28 Aug 2006) New Revision: 6031 Log: Merge r6030 (fix for: VG_N_SEGNAMES too low) Modified: branches/VALGRIND_3_2_BRANCH/coregrind/m_aspacemgr/aspacemgr.c Modified: branches/VALGRIND_3_2_BRANCH/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 --- branches/VALGRIND_3_2_BRANCH/coregrind/m_aspacemgr/aspacemgr.c 2006-0= 8-28 13:05:48 UTC (rev 6030) +++ branches/VALGRIND_3_2_BRANCH/coregrind/m_aspacemgr/aspacemgr.c 2006-0= 8-28 13:08:16 UTC (rev 6031) @@ -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 |