Branch
Hash :
46f8e73e
Author :
Date :
2025-01-11T15:20:48
eealloc, malloca: Fix module dependencies. Reported by Miro Palmu <email@miropalmu.cc> in <https://lists.gnu.org/archive/html/bug-gnulib/2025-01/msg00077.html>. * modules/eealloc (Depends-on): Add stdlib-h. * modules/malloca (Depends-on): Likewise.
Description:
Memory allocation with expensive empty allocations
Status:
deprecated
Notice:
The eealloc module is deprecated.
New code should use the malloc-gnu and/or realloc-posix modules.
Files:
lib/eealloc.h
lib/eealloc.c
m4/eealloc.m4
m4/malloc.m4
Depends-on:
extern-inline
stdlib-h
configure.ac:
gl_EEALLOC
Makefile.am:
lib_SOURCES += eealloc.c
Include:
<eealloc.h>
License:
LGPLv2+
Maintainer:
all