annotate modules/eealloc @ 10812:a672954bb892

New module 'servent'.
author Bruno Haible <bruno@clisp.org>
date Sun, 16 Nov 2008 05:02:40 +0100
parents 6a764f23e302
children 18ea6ab4e81d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4919
759a578edd98 New module 'eealloc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
759a578edd98 New module 'eealloc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Memory allocation with expensive empty allocations (glibc compatible).
759a578edd98 New module 'eealloc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
759a578edd98 New module 'eealloc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
759a578edd98 New module 'eealloc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/eealloc.h
759a578edd98 New module 'eealloc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/eealloc.m4
759a578edd98 New module 'eealloc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
759a578edd98 New module 'eealloc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
759a578edd98 New module 'eealloc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
759a578edd98 New module 'eealloc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 configure.ac:
759a578edd98 New module 'eealloc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 gl_EEALLOC
759a578edd98 New module 'eealloc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
759a578edd98 New module 'eealloc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 Makefile.am:
759a578edd98 New module 'eealloc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
759a578edd98 New module 'eealloc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Include:
759a578edd98 New module 'eealloc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 #include <eealloc.h>
759a578edd98 New module 'eealloc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
5251
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 4919
diff changeset
18 License:
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 4919
diff changeset
19 GPL
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 4919
diff changeset
20
4919
759a578edd98 New module 'eealloc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Maintainer:
759a578edd98 New module 'eealloc'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 Bruno Haible