diff options
author | Mattias Andrée <maandree@kth.se> | 2018-10-31 21:58:09 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-10-31 21:58:09 +0100 |
commit | a1aa8f04e8856e755dcb70ea7f4147d3e7da72e3 (patch) | |
tree | 0fcb10a877a633c6eb3087bd18635803b19f7dd2 /libsimple/vallocz.h | |
parent | More documentation (diff) | |
download | libsimple-a1aa8f04e8856e755dcb70ea7f4147d3e7da72e3.tar.gz libsimple-a1aa8f04e8856e755dcb70ea7f4147d3e7da72e3.tar.bz2 libsimple-a1aa8f04e8856e755dcb70ea7f4147d3e7da72e3.tar.xz |
More header file documentation
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | libsimple/vallocz.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libsimple/vallocz.h b/libsimple/vallocz.h index d32598e..2831cf8 100644 --- a/libsimple/vallocz.h +++ b/libsimple/vallocz.h @@ -1,5 +1,9 @@ /* See LICENSE file for copyright and license details. */ +/* + * The alignment will be the page size. + */ + _LIBSIMPLE_GCC_ONLY(__attribute__((__malloc__, __warn_unused_result__))) static inline void * libsimple_vvalloczn(int __clear, size_t __n, va_list __ap) /* TODO test ([v]valloc[z]n) */ |