mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
parent
7ee0b6cc37
commit
cd2931ad9b
1 changed files with 1 additions and 1 deletions
|
|
@ -655,7 +655,7 @@ tcaches_flush(tsd_t *tsd, unsigned ind) {
|
|||
tcache_t *tcache = tcaches_elm_remove(tsd, &tcaches[ind]);
|
||||
malloc_mutex_unlock(tsd_tsdn(tsd), &tcaches_mtx);
|
||||
if (tcache != NULL) {
|
||||
tcache_destroy(tsd, tcache, false);
|
||||
tcache_flush_cache(tsd, tcache);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue