mirror of
https://github.com/Z3Prover/z3
synced 2026-02-10 02:50:55 +00:00
remove a bunch of unneeded memory allocations
This commit is contained in:
parent
7f149a36d7
commit
689e2d41de
7 changed files with 52 additions and 64 deletions
|
|
@ -20,9 +20,10 @@ Revision History:
|
|||
|
||||
#include "util/event_handler.h"
|
||||
|
||||
struct scoped_timer_state;
|
||||
|
||||
class scoped_timer {
|
||||
struct imp;
|
||||
imp * m_imp;
|
||||
scoped_timer_state *s = nullptr;
|
||||
public:
|
||||
scoped_timer(unsigned ms, event_handler * eh);
|
||||
~scoped_timer();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue