|
From: <sv...@va...> - 2014-08-15 11:58:24
|
Author: sewardj
Date: Fri Aug 15 11:58:17 2014
New Revision: 14285
Log:
bgq/cnk: double the size of the tracked segments array.
Modified:
branches/VALGRIND_3_8_BRANCH_BGQ/coregrind/m_aspacemgr/aspacemgr-bgq.c
Modified: branches/VALGRIND_3_8_BRANCH_BGQ/coregrind/m_aspacemgr/aspacemgr-bgq.c
==============================================================================
--- branches/VALGRIND_3_8_BRANCH_BGQ/coregrind/m_aspacemgr/aspacemgr-bgq.c (original)
+++ branches/VALGRIND_3_8_BRANCH_BGQ/coregrind/m_aspacemgr/aspacemgr-bgq.c Fri Aug 15 11:58:17 2014
@@ -122,7 +122,7 @@
/* ------ start of STATE for the address-space manager ------ */
-#define VG_N_BSEGMENTS 1000
+#define VG_N_BSEGMENTS 2000
static BSegment bsegs[VG_N_BSEGMENTS];
static Int bsegs_used = 0;
|