New module: mreadlink-with-size.
[gnulib.git] / doc / functions / malloc.texi
1 @node malloc
2 @section @code{malloc}
3 @findex malloc
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/malloc.html}
6
7 Gnulib module: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @end itemize
16
17 Extension: Gnulib provides a module @samp{malloc} that substitutes a
18 @code{malloc} implementation that behaves more like the glibc implementation.