• en

Module Meta

val global_data : unit -> Obj.t array
val realloc_global_data : int -> unit
val static_alloc : int -> bytes
val static_free : bytes -> unit
val static_release_bytecode : bytes -> int -> unit
val static_resize : bytes -> int -> bytes
type closure = unit -> Obj.t
val reify_bytecode : bytes -> int -> closure
val invoke_traced_function : Obj.t -> Obj.t -> Obj.t -> Obj.t
val get_section_table : unit -> (string * Obj.t) list