[svn:parrot] r47253 - branches/gc_massacre/src/gc
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Tue Jun 1 10:56:58 UTC 2010
Author: mikehh
Date: Tue Jun 1 10:56:58 2010
New Revision: 47253
URL: https://trac.parrot.org/parrot/changeset/47253
Log:
fix pod syntax - still missing documentation
Modified:
branches/gc_massacre/src/gc/pool_allocator.c
Modified: branches/gc_massacre/src/gc/pool_allocator.c
==============================================================================
--- branches/gc_massacre/src/gc/pool_allocator.c Tue Jun 1 10:42:34 2010 (r47252)
+++ branches/gc_massacre/src/gc/pool_allocator.c Tue Jun 1 10:56:58 2010 (r47253)
@@ -67,8 +67,6 @@
Create a new pool for fixed-sized data items with the given C<attrib_size>.
-=back
-
=cut
*/
@@ -147,6 +145,8 @@
Frees a fixed-size data item back to the pool for later reallocation. Private
to this file.
+=cut
+
*/
PARROT_EXPORT
@@ -215,11 +215,13 @@
}
/*
+
=item C<static size_t arena_size(const Pool_Allocator *self)>
Calculate size of Arena.
=cut
+
*/
static size_t
arena_size(ARGIN(const Pool_Allocator *self))
More information about the parrot-commits
mailing list