package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 4.11.0

Install

Dune Dependency

Authors

Maintainers

Sources

4.11.0.tar.gz
sha256=060a26420ad868e192076138a103dbe28fa39d7a0a80f7db349a1d5143dea506

doc/raw_spacetime_lib/Raw_spacetime_lib/Trace/OCaml/Allocation_point/index.html

Module OCaml.Allocation_point

type t

A value of type t corresponds to an allocation point in OCaml code.

val program_counter : t -> Program_counter.OCaml.t

The program counter at (or close to) the allocation site.

val annotation : t -> Annotation.t

The annotation written into the headers of boxed values allocated at the given allocation site.

val num_words_including_headers : t -> int

The total number of words allocated at this point.

OCaml

Innovation. Community. Security.