34 lines
404 B
Plaintext
34 lines
404 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
|
|
|
|
configure.ac:
|
|
gl_EEALLOC
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += eealloc.c
|
|
|
|
Include:
|
|
<eealloc.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|