aboutsummaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal
diff options
context:
space:
mode:
authorQi Wang <interwq@gwu.edu>2017-06-15 15:16:18 -0700
committerQi Wang <interwq@gmail.com>2017-06-15 17:55:53 -0700
commitae93fb08e21284f025871e9f5daccf3d0329b99b (patch)
tree3bbf35b8e184c2dda01ae2147230b8ee901f34f1 /include/jemalloc/internal
parent84f6c2cae0fb1399377ef6aea9368444c4987cc6 (diff)
downloadplatform_external_jemalloc_new-ae93fb08e21284f025871e9f5daccf3d0329b99b.tar.gz
platform_external_jemalloc_new-ae93fb08e21284f025871e9f5daccf3d0329b99b.tar.bz2
platform_external_jemalloc_new-ae93fb08e21284f025871e9f5daccf3d0329b99b.zip
Pass tsd to tcache_flush().
Diffstat (limited to 'include/jemalloc/internal')
-rw-r--r--include/jemalloc/internal/tcache_externs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jemalloc/internal/tcache_externs.h b/include/jemalloc/internal/tcache_externs.h
index abe133fa..db3e9c7d 100644
--- a/include/jemalloc/internal/tcache_externs.h
+++ b/include/jemalloc/internal/tcache_externs.h
@@ -48,7 +48,7 @@ void tcache_arena_associate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena);
void tcache_prefork(tsdn_t *tsdn);
void tcache_postfork_parent(tsdn_t *tsdn);
void tcache_postfork_child(tsdn_t *tsdn);
-void tcache_flush(void);
+void tcache_flush(tsd_t *tsd);
bool tsd_tcache_data_init(tsd_t *tsd);
bool tsd_tcache_enabled_data_init(tsd_t *tsd);