From: Ivan Maidanski Date: Fri, 18 Nov 2016 14:23:00 +0000 (+0300) Subject: Adjust GC_memalign comment X-Git-Tag: v7.6.2~332 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b7ee1d64c05199f1c9099dfd03331953f8d0c3a;p=gc Adjust GC_memalign comment * mallocx.c (GC_memalign): Place the comment about debug variant near the function; remove note about the test/integration status. --- diff --git a/mallocx.c b/mallocx.c index 740650a3..f7a680a1 100644 --- a/mallocx.c +++ b/mallocx.c @@ -452,10 +452,9 @@ GC_API GC_ATTR_MALLOC void * GC_CALL GC_malloc_many(size_t lb) return result; } -/* Not well tested nor integrated. */ -/* Debug version is tricky and currently missing. */ #include +/* Debug version is tricky and currently missing. */ GC_API GC_ATTR_MALLOC void * GC_CALL GC_memalign(size_t align, size_t lb) { size_t new_lb;