package memtrace_viewer

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Id : sig ... end
type t
val id : t -> Id.t
val is_empty : t -> bool
val same : t -> t -> bool
val entry : t -> Entry.t
val first : t -> orient:Orientation.t -> Location.t
val backtrace : t -> Backtrace.t
val backtrace_rev : t -> Backtrace.Reversed.t
val retract : t -> orient:Orientation.t -> t option
val retract_by : t -> orient:Orientation.t -> n:int -> t option
val one_frame_extensions : t -> orient:Orientation.t -> (Location.t, t) Core.List.Assoc.t
val has_extensions : t -> orient:Orientation.t -> bool
val is_trivial : t -> bool
val extend : t -> orient:Orientation.t -> Location.t -> t option
val extend_by_callers : t -> Backtrace.Reversed.t -> t option
val extend_by_callees : t -> Backtrace.t -> t option
val is_extension : t -> extension:t -> orient:Orientation.t -> bool
val representative : t -> t
val length : t -> int
module Debug : sig ... end
module Oriented : sig ... end
val oriented : t -> orient:Orientation.t -> Oriented.t
module Iterator : sig ... end
val iterator_start : t -> Iterator.t option
val iterator_end : t -> Iterator.t option