3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

cleanup thread pool of scoped_timer on memory finalize

but keep it alive on Z3_memory_reset()
This commit is contained in:
Nuno Lopes 2020-10-24 12:46:50 +01:00
parent 0213af3c61
commit 4e9035d4b9
5 changed files with 37 additions and 22 deletions

View file

@ -426,7 +426,7 @@ extern "C" {
void Z3_API Z3_reset_memory(void) {
LOG_Z3_reset_memory();
memory::finalize();
memory::finalize(false);
memory::initialize(0);
}