mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 08:33:38 +03:00
Header refactoring: unify and de-catchall witness code.
This commit is contained in:
parent
36195c8f4d
commit
9f822a1fd7
18 changed files with 602 additions and 538 deletions
|
|
@ -140,7 +140,7 @@ tsd_do_data_cleanup(tsd_t *tsd) {
|
|||
arena_cleanup(tsd);
|
||||
arenas_tdata_cleanup(tsd);
|
||||
tcache_cleanup(tsd);
|
||||
witnesses_cleanup(tsd);
|
||||
witnesses_cleanup(tsd_witness_tsdp_get_unsafe(tsd));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue