summaryrefslogtreecommitdiff
path: root/modules/realloc-posix
blob: 8e4924d471c603f16e7873637925936c8f6478b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description:
realloc() function: allocate memory with indefinite extent.

Files:
lib/realloc.c
m4/realloc.m4
m4/malloc.m4

Depends-on:
stdlib

configure.ac:
gl_FUNC_REALLOC_POSIX
if test $REPLACE_REALLOC = 1; then
  AC_LIBOBJ([realloc])
fi
gl_STDLIB_MODULE_INDICATOR([realloc-posix])

Makefile.am:

Include:
<stdlib.h>

License:
LGPLv2+

Maintainer:
all

Return to:

Send suggestions and report system problems to the System administrator.