mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 11:16:02 +00:00
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.
36 lines
424 B
Plaintext
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
|