package objsize

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

Install

Dune Dependency

Authors

Maintainers

Sources

objsize-0.16.tar.gz
md5=66f550c611d3a3499454ff906d60b42d

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. There are functions to get sizes of values in bytes too.

Published: 21 Nov 2013

Dependencies (3)

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

Dev Dependencies

None

Conflicts

None