3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 10:52:02 +00:00

fix build

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-05-01 09:39:19 -07:00
parent bfac44f7ed
commit e4d24fd2c3
10 changed files with 21 additions and 19 deletions

View file

@ -90,6 +90,8 @@ public:
}
}
size_t get_allocation_size() const { return m_alloc_size; }
char const* id() const { return m_id; }
};
inline void * operator new(size_t s, sat_allocator & r) { return r.allocate(s); }