package objsize

  1. Overview
  2. No Docs
Small library to compute sizes of OCaml heap values

Install

Dune Dependency

Authors

Maintainers

Sources

objsize-0.17.tar.bz2
md5=fa3e3f30fa9da04c7634738ec9726720

Description

This library computes number of words occupied by heap value, size of values' headers and maximal depth of values, by recursively scanning heap blocks constituting the value in question. It is also possible to calculate the total amount of heap memory used by live values reachable from GC roots.

Published: 23 Apr 2014

Dependencies (4)

  1. ocamlbuild build
  2. camlp4
  3. ocamlfind
  4. ocaml >= "3.11" & < "4.03"

Dev Dependencies

None

Conflicts

None