1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/eealloc
Bruno Haible 46f8e73eba 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.
2025-01-11 15:20:48 +01:00

35 lines
413 B
Plaintext

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