3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-20 12:53:38 +00:00

have replayer handle oom natively

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-11-19 10:59:12 -08:00
parent 04d709dae1
commit 7d0d7e6343
2 changed files with 1 additions and 1 deletions

View file

@ -401,6 +401,7 @@ struct z3_replayer::imp {
#define TICK_FREQUENCY 100000
void parse() {
memory::exit_when_out_of_memory(false, nullptr);
uint64_t counter = 0;
unsigned tick = 0;
while (true) {