Module OCaml.Allocation_point
val program_counter : t -> Program_counter.OCaml.tThe program counter at (or close to) the allocation site.
val annotation : t -> Annotation.tThe annotation written into the headers of boxed values allocated at the given allocation site.
val num_words_including_headers : t -> intThe total number of words allocated at this point.