summaryrefslogtreecommitdiff
path: root/dbg_mlc.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2018-03-15 10:41:22 +0300
committerIvan Maidanski <ivmai@mail.ru>2018-03-15 10:41:22 +0300
commitcb963c22aa03c2d6f664ef8d7880852559d52ffd (patch)
tree3014d8bb1184f19a172695dea27910a3a525ffda /dbg_mlc.c
parentd6ccabe90f203f4789e1bc5ee98b8bd7c1b82361 (diff)
downloadbdwgc-cb963c22aa03c2d6f664ef8d7880852559d52ffd.tar.gz
Fix comment for debug_generic_malloc_inner[_ignore_off_page]
(fix of commit 38965f279) * dbg_mlc.c [DBG_HDRS_ALL] (GC_debug_generic_malloc_inner): Update comment after adding GC_start_debugging[_inner] call.
Diffstat (limited to 'dbg_mlc.c')
-rw-r--r--dbg_mlc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/dbg_mlc.c b/dbg_mlc.c
index 77497ebc..f087ab4b 100644
--- a/dbg_mlc.c
+++ b/dbg_mlc.c
@@ -577,8 +577,7 @@ STATIC void * GC_debug_generic_malloc(size_t lb, int knd, GC_EXTRA_PARAMS)
/* An allocation function for internal use. Normally internally */
/* allocated objects do not have debug information. But in this */
/* case, we need to make sure that all objects have debug headers. */
- /* We assume debugging was started in collector initialization, and */
- /* we already hold the GC lock. */
+ /* We assume we already hold the GC lock. */
GC_INNER void * GC_debug_generic_malloc_inner(size_t lb, int k)
{
void * result = GC_generic_malloc_inner(