The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Devel::SizeMe::Core - Guts of Devel::SizeMe

SYNOPSIS

    use Devel::SizeMe::Core qw(:type :attr);

DESCRIPTION

NOTE: This is all rather alpha and anything may change.

The functions traverse memory structures and return the total memory size in bytes. See Devel::Size for more information.

SEE ALSO

Devel::Size.