NAME
Devel::Arena - Perl extension for inspecting the core's arena structures
SYNOPSIS
use Devel::Arena 'sv_stats';
# Get hash ref describing the arenas for SV heads
$sv_stats = sv_stats;
DESCRIPTION
Inspect the arena structures that perl uses for SV allocation.
EXPORT
None by default.
SEE ALSO
sv.c in the perl core.
AUTHOR
Nicholas Clark, <nick@talking.bollo.cx>
COPYRIGHT AND LICENSE
Copyright (C) 2005 by Nicholas Clark
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.