mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-04 12:41:58 +00:00
24 lines
268 B
Plaintext
24 lines
268 B
Plaintext
Description:
|
|
Memory allocation with expensive empty allocations (glibc compatible).
|
|
|
|
Files:
|
|
lib/eealloc.h
|
|
m4/eealloc.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_EEALLOC
|
|
|
|
Makefile.am:
|
|
EXTRA_DIST += eealloc.h
|
|
|
|
Include:
|
|
#include <eealloc.h>
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|