30 lines
617 B
Plaintext
30 lines
617 B
Plaintext
@node valloc
|
|
@subsection @code{valloc}
|
|
@findex valloc
|
|
|
|
Documentation:
|
|
@itemize
|
|
@item
|
|
@ifinfo
|
|
@ref{Aligned Memory Blocks,,Allocating Aligned Memory Blocks,libc},
|
|
@end ifinfo
|
|
@ifnotinfo
|
|
@url{https://www.gnu.org/software/libc/manual/html_node/Aligned-Memory-Blocks.html},
|
|
@end ifnotinfo
|
|
@item
|
|
@uref{https://www.kernel.org/doc/man-pages/online/pages/man3/valloc.3.html,,man valloc}.
|
|
@end itemize
|
|
|
|
Gnulib module: ---
|
|
|
|
Portability problems fixed by Gnulib:
|
|
@itemize
|
|
@end itemize
|
|
|
|
Portability problems not fixed by Gnulib:
|
|
@itemize
|
|
@item
|
|
This function is missing on some platforms:
|
|
Minix 3.1.8, mingw, MSVC 14.
|
|
@end itemize
|