Module Utils.Allocators
Allocators's resetters should be registered so that Bulk Execution can reset them at every start
module type S_with_stringify = S_with_stringifymodule Basic () : sig ... endA basic int allocator
module Make_with_prefix (A : S_with_stringify) (P : sig ... end) : sig ... endWraps an allocator A with a string prefix