mirror of
https://github.com/Z3Prover/z3
synced 2025-08-20 02:00:22 +00:00
support threading for TRACE mode
This commit is contained in:
parent
4b7c08d08d
commit
3036b88f09
7 changed files with 64 additions and 55 deletions
|
@ -21,6 +21,7 @@ Revision History:
|
|||
|
||||
#include "util/machine.h"
|
||||
#include "util/debug.h"
|
||||
#include "util/trace.h"
|
||||
|
||||
class small_object_allocator {
|
||||
static const unsigned CHUNK_SIZE = (8192 - sizeof(void*)*2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue