summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-15 17:18:12 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-15 17:18:12 +0000
commit827e134a90c4e2814fe47bdf310ed7e78fd7f61c (patch)
tree30e9d8c3f1dc43fa6c586a0bcde2a353f946e92f /embed.pl
parent56d7751aa4c2e1e56296cbd71ecc38fb6fe74276 (diff)
downloadperl-827e134a90c4e2814fe47bdf310ed7e78fd7f61c.tar.gz
provide malloc stats via get_mstats() (from Ilya Zakharevich)
p4raw-id: //depot/perl@5103
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.pl b/embed.pl
index ce4312ba1d..952e673529 100755
--- a/embed.pl
+++ b/embed.pl
@@ -2049,6 +2049,7 @@ p |int |yyparse
p |int |yywarn |char* s
#if defined(MYMALLOC)
Ap |void |dump_mstats |char* s
+Ap |int |get_mstats |perl_mstats_t *buf|int buflen|int level
#endif
Anp |Malloc_t|safesysmalloc |MEM_SIZE nbytes
Anp |Malloc_t|safesyscalloc |MEM_SIZE elements|MEM_SIZE size