objsizeversion
Small library to compute sizes of OCaml heap values
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.
Authors | Dmitry Grebeniuk <gdsfh1@gmail.com> and ygrek@autistici.org |
---|---|
Published | |
Homepage | https://github.com/ygrek/objsize.git |
Issue Tracker | https://github.com/ygrek/objsize/issues |
Maintainer | ygrek@autistici.org |
Available | os != "win32" |
Dependencies |
|
Source [http] | https://ygrek.org/p/release/objsize/objsize-0.18.tar.bz2 sha256=6ea998f820ba3d6e261d0bb28d07c4a7ce832307ee7ef96d11cdafc0cd43caef md5=dc02c207bb6ff90ee5f21fd2b44c7438 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/objsize/objsize.0.18/opam |
Required by