diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-04-01 12:00:36 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-04-01 12:00:36 (GMT) |
| commit | eba6ef86a9f558df5aefa64822b05a678517740d (patch) | |
| tree | bb5296be8b28a43682af2305936d3c551424d64d /generic/tclEvent.c | |
| parent | 890c05b7130f318175535dc345dc530c9c52dd48 (diff) | |
| parent | ffcf42745c6b45037104720cdd15d5d7003fdb63 (diff) | |
| download | tcl-eba6ef86a9f558df5aefa64822b05a678517740d.zip tcl-eba6ef86a9f558df5aefa64822b05a678517740d.tar.gz tcl-eba6ef86a9f558df5aefa64822b05a678517740d.tar.bz2 | |
merge trunk
Diffstat (limited to 'generic/tclEvent.c')
| -rw-r--r-- | generic/tclEvent.c | 3 |
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 |
