package memtrace_viewer

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Data.FragmentSource

Sourcemodule Id : sig ... end
Sourcetype t
Sourceval id : t -> Id.t
Sourceval is_empty : t -> bool
Sourceval same : t -> t -> bool
Sourceval entry : t -> Entry.t
Sourceval first : t -> orient:Orientation.t -> Location.t
Sourceval backtrace : t -> Backtrace.t
Sourceval backtrace_rev : t -> Backtrace.Reversed.t
Sourceval retract : t -> orient:Orientation.t -> t option
Sourceval retract_by : t -> orient:Orientation.t -> n:int -> t option
Sourceval one_frame_extensions : t -> orient:Orientation.t -> (Location.t, t) Core.List.Assoc.t
Sourceval has_extensions : t -> orient:Orientation.t -> bool
Sourceval is_trivial : t -> bool
Sourceval extend : t -> orient:Orientation.t -> Location.t -> t option
Sourceval extend_by_callers : t -> Backtrace.Reversed.t -> t option
Sourceval extend_by_callees : t -> Backtrace.t -> t option
Sourceval is_extension : t -> extension:t -> orient:Orientation.t -> bool
Sourceval representative : t -> t
Sourceval length : t -> int
Sourcemodule Debug : sig ... end
Sourcemodule Oriented : sig ... end
Sourceval oriented : t -> orient:Orientation.t -> Oriented.t
Sourcemodule Iterator : sig ... end
Sourceval iterator_start : t -> Iterator.t option
Sourceval iterator_end : t -> Iterator.t option
OCaml

Innovation. Community. Security.