diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-15 17:18:12 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-15 17:18:12 +0000 |
commit | 827e134a90c4e2814fe47bdf310ed7e78fd7f61c (patch) | |
tree | 30e9d8c3f1dc43fa6c586a0bcde2a353f946e92f /global.sym | |
parent | 56d7751aa4c2e1e56296cbd71ecc38fb6fe74276 (diff) | |
download | perl-827e134a90c4e2814fe47bdf310ed7e78fd7f61c.tar.gz |
provide malloc stats via get_mstats() (from Ilya Zakharevich)
p4raw-id: //depot/perl@5103
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global.sym b/global.sym index 2f750fa170..1451d85db8 100644 --- a/global.sym +++ b/global.sym @@ -452,6 +452,7 @@ Perl_vwarn Perl_warner Perl_vwarner Perl_dump_mstats +Perl_get_mstats Perl_safesysmalloc Perl_safesyscalloc Perl_safesysrealloc |