]> granicus.if.org Git - gc/commitdiff
Adjust GC_memalign comment
authorIvan Maidanski <ivmai@mail.ru>
Fri, 18 Nov 2016 14:23:00 +0000 (17:23 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 27 Nov 2016 08:53:27 +0000 (11:53 +0300)
* mallocx.c (GC_memalign): Place the comment about debug variant near
the function; remove note about the test/integration status.

mallocx.c

index eb9fb17ff0b5856376d7b56fec97c51f234c0d0b..de66e45bedeca739a1bac81f2d36c5d091a856db 100644 (file)
--- 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 <limits.h>
 
+/* 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;