1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-10 04:43:00 +03:00
Files
gnulib/doc/glibc-headers/malloc.texi
Bruno Haible ee523efd38 malloc-h: New module.
* lib/malloc.in.h: New file.
* m4/malloc_h.m4: New file.
* modules/malloc-h: New file.
* doc/glibc-headers/malloc.texi: New file.
* doc/gnulib.texi (Glibc Header File Substitutes): Include it.
2020-12-31 22:16:52 +01:00

30 lines
587 B
Plaintext

@node malloc.h
@section @file{malloc.h}
Declares the function @code{memalign} and functions for customizing the
@code{malloc} behavior.
Documentation:
@itemize
@item
@ifinfo
@ref{Unconstrained Allocation,,,libc},
@end ifinfo
@ifnotinfo
@url{https://www.gnu.org/software/libc/manual/html_node/Unconstrained-Allocation.html}.
@end ifnotinfo
@end itemize
Gnulib module: malloc-h
Portability problems fixed by Gnulib:
@itemize
@item
This header file is missing on some platforms:
Mac OS X 10.13, OpenBSD 6.7.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize