3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-22 11:07:51 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-02-27 14:10:56 -08:00
parent 5a357f9998
commit 3afb78416f
3 changed files with 38 additions and 2 deletions

View file

@ -1517,6 +1517,8 @@ public:
void update_fresh_id(ast_manager const& other);
unsigned mk_fresh_id() { return ++m_fresh_id; }
protected:
reslimit m_limit;
small_object_allocator m_alloc;