merge
[model-checker.git] / config.h
index e064e39a4a2f3a742f7b02d1b1229fa98da2b684..aacbb81db38613e43e10ff5ab6c43751173c6d30 100644 (file)
--- a/config.h
+++ b/config.h
@@ -48,6 +48,9 @@
 /* Size of stack to allocate for a thread. */
 #define STACK_SIZE (1024 * 1024)
 
+/** How many shadow tables of memory to preallocate for data race detector. */
+#define SHADOWBASETABLES 4
+
 /** Enable debugging assertions (via ASSERT()) */
 #define CONFIG_ASSERT