This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add slab allocation diagnostics (under perl -DS)
authorFather Chrysostomos <sprout@cpan.org>
Sat, 23 Jun 2012 16:56:53 +0000 (09:56 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 29 Jun 2012 07:20:57 +0000 (00:20 -0700)
commit5cd2f99d38a9a2d64301a8f3e827e4c37a76d1e2
tree9c314c714759592e218f8f5fb257f4f1be7c7169
parent56967202fdb3f5cc825b65c20306a5a04a8d73ad
Add slab allocation diagnostics (under perl -DS)

These proved extremely useful for getting this slab allocator to work.

We might as well leave them in place for future debugging.
op.c