Now that malloc-gnu and realloc-posix arrange for the
various memory allocators to return non-null on success,
should be no need for the eealloc module.
* NEWS, modules/eealloc: Mention this.
2024-11-05 Paul Eggert <eggert@cs.ucla.edu>
+ eealloc: deprecate
+ Now that malloc-gnu and realloc-posix arrange for the
+ various memory allocators to return non-null on success,
+ should be no need for the eealloc module.
+ * NEWS, modules/eealloc: Mention this.
+
relocatable-prog-wrapper: remove eealloc.m4
* modules/relocatable-prog-wrapper (Files): Remove m4/eealloc.m4.
It wasn’t being used and evidently was listed only because
Date Modules Changes
+2024-11-05 eealloc This module is deprecated. Use malloc-gnu or
+ realloc-posix instead.
+
2024-10-22 spawn-pipe The functions 'create_pipe_out', 'create_pipe_in',
'create_pipe_bidi' now take a 4th argument
'const char * const *dll_dirs'. To maintain the
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