Allow even more segments.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5986
This commit is contained in:
Julian Seward
2006-07-24 08:07:28 +00:00
parent a31490bb2f
commit ecca8a0ff9

View File

@@ -275,7 +275,7 @@
/* ------ start of STATE for the address-space manager ------ */
/* Max number of segments we can track. */
#define VG_N_SEGMENTS 2000
#define VG_N_SEGMENTS 5000
/* Max number of segment file names we can track. */
#define VG_N_SEGNAMES 400