Module Utils.Allocators

Allocators; used to allocate space in simulated memory

val register_resetter : (unit -> unit) -> unit

Allocators's resetters should be registered so that Bulk Execution can reset them at every start

val reset_all : unit -> unit

Resets all registered allocators

module type S_with_stringify = Gillian.Utils.Allocators.S_with_stringify

A basic int allocator

Wraps an allocator A with a string prefix