annotate modules/malloc-posix @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -0800
parents 1f14c6dd175d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9192
1050562322a4 New module 'malloc-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
1050562322a4 New module 'malloc-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 malloc() function: allocate memory with indefinite extent.
1050562322a4 New module 'malloc-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
1050562322a4 New module 'malloc-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
1050562322a4 New module 'malloc-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/malloc.c
1050562322a4 New module 'malloc-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/malloc.m4
1050562322a4 New module 'malloc-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
1050562322a4 New module 'malloc-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
1050562322a4 New module 'malloc-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 stdlib
1050562322a4 New module 'malloc-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
1050562322a4 New module 'malloc-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 configure.ac:
1050562322a4 New module 'malloc-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 gl_FUNC_MALLOC_POSIX
15028
34c3292ae98c malloc-*: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 9352
diff changeset
13 if test $REPLACE_MALLOC = 1; then
34c3292ae98c malloc-*: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 9352
diff changeset
14 AC_LIBOBJ([malloc])
34c3292ae98c malloc-*: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 9352
diff changeset
15 fi
9192
1050562322a4 New module 'malloc-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 gl_STDLIB_MODULE_INDICATOR([malloc-posix])
1050562322a4 New module 'malloc-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
1050562322a4 New module 'malloc-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 Makefile.am:
1050562322a4 New module 'malloc-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
1050562322a4 New module 'malloc-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 Include:
1050562322a4 New module 'malloc-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 <stdlib.h>
1050562322a4 New module 'malloc-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
1050562322a4 New module 'malloc-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 License:
9352
970d5cb5b003 Relax the license.
Bruno Haible <bruno@clisp.org>
parents: 9192
diff changeset
24 LGPLv2+
9192
1050562322a4 New module 'malloc-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25
1050562322a4 New module 'malloc-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 Maintainer:
17713
1f14c6dd175d Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents: 15028
diff changeset
27 all