|
From: <sv...@va...> - 2005-08-02 15:30:11
|
Author: sewardj Date: 2005-08-02 16:30:08 +0100 (Tue, 02 Aug 2005) New Revision: 4307 Log: Double static limits for safety. 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 2005-08-02 15:28:07 UTC (rev = 4306) +++ trunk/coregrind/m_aspacemgr/aspacemgr.c 2005-08-02 15:30:08 UTC (rev = 4307) @@ -118,10 +118,10 @@ /*--------------------------------------------------------------*/ =20 /* Max number of segments we can track. */ -#define VG_N_SEGMENTS 1000 +#define VG_N_SEGMENTS 2000 =20 /* Max number of segment file names we can track. */ -#define VG_N_SEGNAMES 200 +#define VG_N_SEGNAMES 400 =20 /* Max length of a segment file name. */ #define VG_MAX_SEGNAMELEN 1000 |