diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-11-20 13:40:54 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-11-20 17:58:57 -0800 |
commit | e76981f9f08decfc10fdc421457a7deb3fba2897 (patch) | |
tree | a74e7964825ee7224da7e1ac326a10591ba379f0 /sv.c | |
parent | 2f43ddf1ec88f1ae8e0831cd4f79063476eb175a (diff) | |
download | perl-e76981f9f08decfc10fdc421457a7deb3fba2897.tar.gz |
Mention do_curse in alloc section of sv.c apidocs
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -133,10 +133,12 @@ called by visit() for each SV]): dump all remaining SVs (debugging aid) sv_clean_objs() / do_clean_objs(),do_clean_named_objs(), - do_clean_named_io_objs() + do_clean_named_io_objs(),do_curse() Attempt to free all objects pointed to by RVs, - and try to do the same for all objects indirectly - referenced by typeglobs too. Called once from + try to do the same for all objects indir- + ectly referenced by typeglobs too, and + then do a final sweep, cursing any + objects that remain. Called once from perl_destruct(), prior to calling sv_clean_all() below. |