Pass tsd to tcache_flush().

This commit is contained in:
Qi Wang
2017-06-15 15:16:18 -07:00
committed by Qi Wang
parent 84f6c2cae0
commit ae93fb08e2
3 changed files with 3 additions and 4 deletions

View File

@@ -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);