view modules/realloc-posix @ 40230:25f5a9e7e5fb

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 11 Mar 2019 09:16:52 -0700
parents 1f14c6dd175d
children
line wrap: on
line source

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