aboutsummaryrefslogtreecommitdiffstats
path: root/include/slibc-alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/slibc-alloc.h')
-rw-r--r--include/slibc-alloc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/slibc-alloc.h b/include/slibc-alloc.h
index 7da40f9..e902f70 100644
--- a/include/slibc-alloc.h
+++ b/include/slibc-alloc.h
@@ -178,7 +178,8 @@ void secure_free(void*);
* @since Always.
*/
size_t allocsize(void*)
- __GCC_ONLY(__attribute__((__warn_unused_result__)));
+ __GCC_ONLY(__attribute__((__warn_unused_result__)))
+ __warning("This function is dangerous, avoid using it instead of manual bookkeeping.");
/**
* Variant of `realloc` that overrides newly allocated space