[svn:parrot] r49283 - trunk/src/gc
bacek at svn.parrot.org
bacek at svn.parrot.org
Fri Sep 24 05:58:04 UTC 2010
Author: bacek
Date: Fri Sep 24 05:58:04 2010
New Revision: 49283
URL: https://trac.parrot.org/parrot/changeset/49283
Log:
Update POD little bit.
Modified:
trunk/src/gc/fixed_allocator.c
Modified: trunk/src/gc/fixed_allocator.c
==============================================================================
--- trunk/src/gc/fixed_allocator.c Fri Sep 24 03:56:49 2010 (r49282)
+++ trunk/src/gc/fixed_allocator.c Fri Sep 24 05:58:04 2010 (r49283)
@@ -8,6 +8,10 @@
=head1 DESCRIPTION
+C<FixedAllocator> used to allocate small chunks of fixed size memory.
+
+C<PoolAllocator> used to allocate memory of particular size.
+
=cut
*/
@@ -207,6 +211,8 @@
check for pool validity
+=back
+
=cut
*/
@@ -282,6 +288,10 @@
/*
+=head1 PoolAllocator helper functions
+
+=over 4
+
=item C<static void * pool_allocate(Pool_Allocator *pool)>
=item C<static void * get_free_list_item(Pool_Allocator *pool)>
More information about the parrot-commits
mailing list