summaryrefslogtreecommitdiffstats
path: root/src/tcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tcache.c')
-rw-r--r--src/tcache.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tcache.c b/src/tcache.c
index 99749fb..7e71bb6 100644
--- a/src/tcache.c
+++ b/src/tcache.c
@@ -334,6 +334,8 @@ bool
tsd_tcache_enabled_data_init(tsd_t *tsd) {
/* Called upon tsd initialization. */
tsd_tcache_enabled_set(tsd, opt_tcache);
+ tsd_slow_update(tsd);
+
if (opt_tcache) {
/* Trigger tcache init. */
tsd_tcache_data_init(tsd);