29 lines
410 B
Plaintext
29 lines
410 B
Plaintext
Description:
|
|
malloc() function that is glibc compatible.
|
|
|
|
Files:
|
|
lib/malloc.c
|
|
|
|
Depends-on:
|
|
malloc-posix
|
|
extensions-aix
|
|
stdckdint [test $REPLACE_CALLOC_FOR_MALLOC_GNU = 1]
|
|
|
|
configure.ac:
|
|
gl_FUNC_MALLOC_GNU
|
|
if test $REPLACE_MALLOC_FOR_MALLOC_GNU = 1; then
|
|
AC_LIBOBJ([malloc])
|
|
fi
|
|
gl_STDLIB_MODULE_INDICATOR([malloc-gnu])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdlib.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering
|