From 23e4d8afafd17636ea61e11c48c50cad191b8c06 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 18 Nov 2016 17:23:00 +0300 Subject: [PATCH] Adjust GC_memalign comment * mallocx.c (GC_memalign): Place the comment about debug variant near the function; remove note about the test/integration status. --- mallocx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mallocx.c b/mallocx.c index eb9fb17f..de66e45b 100644 --- a/mallocx.c +++ b/mallocx.c @@ -438,10 +438,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; -- 2.40.0