package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 4.07.1

Install

Dune Dependency

Authors

Maintainers

Sources

4.07.1.tar.gz
sha256=83683ddad54bd23773591a9f757e702fa5cfa2ea1b124d8fe75a73729e592bfe
md5=352fe8d46cb238a26aa10c38bad6ecb6

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.