Hash :
671103c7
Author :
Date :
2024-11-05T23:07:09
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.
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
configure.ac:
gl_EEALLOC
Makefile.am:
lib_SOURCES += eealloc.c
Include:
<eealloc.h>
License:
LGPLv2+
Maintainer:
all