|
From: <sv...@va...> - 2009-05-25 01:07:10
|
Author: njn Date: 2009-05-25 01:29:42 +0100 (Mon, 25 May 2009) New Revision: 10139 Log: Trunk sync: revert number of segments to 5000, we can increase it later if necessary. Modified: branches/DARWIN/coregrind/m_aspacemgr/aspacemgr-linux.c Modified: branches/DARWIN/coregrind/m_aspacemgr/aspacemgr-linux.c =================================================================== --- branches/DARWIN/coregrind/m_aspacemgr/aspacemgr-linux.c 2009-05-25 00:03:48 UTC (rev 10138) +++ branches/DARWIN/coregrind/m_aspacemgr/aspacemgr-linux.c 2009-05-25 00:29:42 UTC (rev 10139) @@ -262,7 +262,7 @@ /* ------ start of STATE for the address-space manager ------ */ /* Max number of segments we can track. */ -#define VG_N_SEGMENTS 16384 +#define VG_N_SEGMENTS 5000 /* Max number of segment file names we can track. */ #define VG_N_SEGNAMES 1000 |