package memtrace_viewer

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type location := t
type t
val create : trace:Memtrace.Trace.Reader.t -> unit -> t
val function_from_defname : t -> string -> location
val call_sites_from_code : t -> Code.t -> int list
val get_function_of_call_site : t -> int -> location
val get_allocation_site_of_call_site : t -> int -> location
val get_defname : t -> location -> string
val get_call_site_data : t -> int -> Memtrace_viewer_common.Data.Call_site.t
OCaml

Innovation. Community. Security.