summaryrefslogtreecommitdiff
path: root/mallocx.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2016-11-18 17:23:00 +0300
committerIvan Maidanski <ivmai@mail.ru>2016-11-18 17:24:01 +0300
commit82108e7a4258ffa62d18c5d64cc25825360291fb (patch)
tree75776db9c248034e8d7d81cb99faf035a1cb9a44 /mallocx.c
parent40dbd69a03753a4f2b1d8893833ebaf9a7e04f9a (diff)
downloadbdwgc-82108e7a4258ffa62d18c5d64cc25825360291fb.tar.gz
Adjust GC_memalign comment
* mallocx.c (GC_memalign): Place the comment about debug variant near the function; remove note about the test/integration status.
Diffstat (limited to 'mallocx.c')
-rw-r--r--mallocx.c3
1 files changed, 1 insertions, 2 deletions
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 <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;