mirror of
https://github.com/Z3Prover/z3
synced 2026-05-03 00:45:15 +00:00
Add Z3_get_estimated_alloc_size to OCaml API (#7068)
This commit is contained in:
parent
19f3ad46ce
commit
68a2c08d5e
3 changed files with 7 additions and 0 deletions
|
|
@ -3224,6 +3224,9 @@ sig
|
|||
|
||||
(** The value of a particular statistical counter. *)
|
||||
val get : statistics -> string -> Entry.statistics_entry option
|
||||
|
||||
(** The estimated allocated memory in bytes. *)
|
||||
val get_estimated_alloc_size : unit -> int64
|
||||
end
|
||||
|
||||
(** Solvers *)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue