mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 13:01:17 +00:00
merge rev 1.76.2.7:
Increase VG_N_RWLOCKS from 50 to 500. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1113
This commit is contained in:
parent
c97cab7c06
commit
842fda69b1
@ -125,7 +125,7 @@
|
||||
#define VG_N_SEMAPHORES 50
|
||||
|
||||
/* Number of entries in the rwlock-remapping table. */
|
||||
#define VG_N_RWLOCKS 50
|
||||
#define VG_N_RWLOCKS 500
|
||||
|
||||
/* Number of entries in each thread's cleanup stack. */
|
||||
#define VG_N_CLEANUPSTACK 8
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user