summaryrefslogtreecommitdiff
path: root/doc/glibc-headers/malloc.texi
blob: e6cb30d1dabd80aa76f357dd276b50d40ef22e7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
@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:
macOS 11.1, OpenBSD 6.7.
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@end itemize