summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-04-01 12:00:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-04-01 12:00:36 (GMT)
commiteba6ef86a9f558df5aefa64822b05a678517740d (patch)
treebb5296be8b28a43682af2305936d3c551424d64d /generic/tclEvent.c
parent890c05b7130f318175535dc345dc530c9c52dd48 (diff)
parentffcf42745c6b45037104720cdd15d5d7003fdb63 (diff)
downloadtcl-eba6ef86a9f558df5aefa64822b05a678517740d.zip
tcl-eba6ef86a9f558df5aefa64822b05a678517740d.tar.gz
tcl-eba6ef86a9f558df5aefa64822b05a678517740d.tar.bz2
merge trunk
Diffstat (limited to 'generic/tclEvent.c')
-rw-r--r--generic/tclEvent.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tclEvent.c b/generic/tclEvent.c
index 5457ae0..602ef02 100644
--- a/generic/tclEvent.c
+++ b/generic/tclEvent.c
@@ -1043,6 +1043,9 @@ TclInitSubsystems(void)
#if USE_TCLALLOC
TclInitAlloc(); /* Process wide mutex init */
#endif
+#if defined(TCL_THREADS) && defined(USE_THREAD_ALLOC)
+ TclpInitAllocCache();
+#endif
#ifdef TCL_MEM_DEBUG
TclInitDbCkalloc(); /* Process wide mutex init */
#endif