summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gc/gc_inline.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/gc/gc_inline.h b/include/gc/gc_inline.h
index 770bfa09..824efd50 100644
--- a/include/gc/gc_inline.h
+++ b/include/gc/gc_inline.h
@@ -201,8 +201,9 @@ GC_API GC_ATTR_MALLOC GC_ATTR_ALLOC_SIZE(1) void * GC_CALL
} \
} while (0)
-/* Print address of each object in the free list. */
-/* Defined only if the library has been compiled without NO_DEBUGGING. */
+/* Print address of each object in the free list. The caller should */
+/* hold the GC lock. Defined only if the library has been compiled */
+/* without NO_DEBUGGING. */
GC_API void GC_CALL GC_print_free_list(int /* kind */,
size_t /* sz_in_granules */);