The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.