New module 'malloc-posix'.
[gnulib.git] / modules / malloc
1 Description:
2 malloc() function that is glibc compatible.
3
4 Files:
5 lib/malloc.c
6
7 Depends-on:
8 malloc-posix
9
10 configure.ac:
11 AC_FUNC_MALLOC
12
13 Makefile.am:
14
15 Include:
16 <stdlib.h>
17
18 License:
19 LGPLv2+
20
21 Maintainer:
22 Jim Meyering