Module Heap_snapshot.Entries
type tAn immutable array of the total number of blocks (= boxed values) and the total number of words occupied by such blocks (including their headers) for each profiling annotation in the heap.
val length : t -> intval annotation : t -> int -> Annotation.tval num_blocks : t -> int -> intval num_words_including_headers : t -> int -> int