Files
Bruno Haible 29c2946aee malloc-posix: Fix file list (regression 2026-07-27).
Reported by Basil L. Contovounesios <basil@contovou.net> in
<https://lists.gnu.org/archive/html/bug-gnulib/2026-08/msg00208.html>.

* modules/malloc-posix (Files): Add m4/musl.m4.
* modules/calloc-posix (Files): Likewise.
* modules/realloc-posix (Files): Likewise.
* modules/reallocarray (Files): Likewise.
* modules/eealloc (Files): Likewise.
* modules/malloca (Files): Likewise.
* modules/relocatable-prog-wrapper (Files): Likewise.
2026-08-16 12:45:45 +02:00

36 lines
424 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
m4/musl.m4
Depends-on:
extern-inline
stdlib-h
configure.ac:
gl_EEALLOC
Makefile.am:
lib_SOURCES += eealloc.c
Include:
<eealloc.h>
License:
LGPLv2+
Maintainer:
all