summaryrefslogtreecommitdiff
path: root/doc/glibc-headers/malloc.texi
blob: 2fb66fe656041b6092f6f51a153333ba7c52dc18 (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:
Mac OS X 10.13, OpenBSD 6.7.
@end itemize

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