mirror of
https://github.com/Z3Prover/z3
synced 2025-09-02 08:10:43 +00:00
Add Memory.reset to OCaml API
This commit is contained in:
parent
a83097d5cc
commit
f18227bf2d
2 changed files with 12 additions and 0 deletions
|
@ -3472,3 +3472,11 @@ val enable_trace : string -> unit
|
|||
Remarks: It is a NOOP otherwise.
|
||||
*)
|
||||
val disable_trace : string -> unit
|
||||
|
||||
|
||||
(** Memory management **)
|
||||
module Memory :
|
||||
sig
|
||||
(** Reset all allocated resourced **)
|
||||
val reset : unit -> unit
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue