package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 4.09.1

Install

Dune Dependency

Authors

Maintainers

Sources

4.09.1.tar.gz
sha256=3e3146e0c876d14bdd574cb543e782feb2b07a7cabd054a8f322ef40de61943a

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.