Back to Atomvm

Module erts_debug

main-apidocs-erlang-estdlib-erts-underscore-debug.md

latest669 B
Original Source

Module erts_debug

An implementation of a subset of the Erlang/OTP erts_debug interface.

Function Index

| flat_size/1 | Return the size, in terms, of a given term. |

Function Details

flat_size/1

flat_size(Term::any()) -> non_neg_integer()

Term: term to get the size of

returns: A size

Return the size, in terms, of a given term.