valgrind/raise-segnames-limit.diff

12 lines
324 B
Diff

--- coregrind/m_aspacemgr/aspacemgr-linux.c
+++ coregrind/m_aspacemgr/aspacemgr-linux.c
@@ -268,7 +268,7 @@
#define VG_N_SEGMENTS 5000
/* Max number of segment file names we can track. */
-#define VG_N_SEGNAMES 1000
+#define VG_N_SEGNAMES 4000
/* Max length of a segment file name. */
#define VG_MAX_SEGNAMELEN 1000