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:
Julian Seward 2002-09-27 01:04:29 +00:00
parent c97cab7c06
commit 842fda69b1

View File

@ -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