Hash :
98f7f8fd
Author :
Date :
2012-05-04T04:23:44
*alloc-gnu, eealloc: Avoid "guessing no" when cross-compiling to glibc. * m4/malloc.m4 (_AC_FUNC_MALLOC_IF): Override in autoconf < 2.70. * m4/realloc.m4 (_AC_FUNC_REALLOC_IF): Override in autoconf < 2.70. * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Require AC_CANONICAL_HOST. When cross-compiling, choose the first alternative on glibc systems. * modules/eealloc (Files): Add m4/malloc.m4, m4/realloc.m4.
Description:
Memory allocation with expensive empty allocations (glibc compatible).
Files:
lib/eealloc.h
m4/eealloc.m4
m4/malloc.m4
m4/realloc.m4
Depends-on:
configure.ac:
gl_EEALLOC
Makefile.am:
Include:
<eealloc.h>
License:
GPL
Maintainer:
Bruno Haible