[svn:parrot] r47377 - branches/gc_massacre/src/gc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sat Jun 5 08:25:21 UTC 2010


Author: mikehh
Date: Sat Jun  5 08:25:21 2010
New Revision: 47377
URL: https://trac.parrot.org/parrot/changeset/47377

Log:
add documentation

Modified:
   branches/gc_massacre/src/gc/gc_ms.c

Modified: branches/gc_massacre/src/gc/gc_ms.c
==============================================================================
--- branches/gc_massacre/src/gc/gc_ms.c	Sat Jun  5 08:23:50 2010	(r47376)
+++ branches/gc_massacre/src/gc/gc_ms.c	Sat Jun  5 08:25:21 2010	(r47377)
@@ -769,6 +769,16 @@
     return contained_in_pool(interp->mem_pools->pmc_pool, ptr);
 }
 
+/*
+
+=item C<static int gc_ms_is_string_ptr(PARROT_INTERP, void *ptr)>
+
+establish if string *ptr is owned
+
+=cut
+
+*/
+
 static int
 gc_ms_is_string_ptr(PARROT_INTERP, ARGIN_NULLOK(void *ptr))
 {


More information about the parrot-commits mailing list