view modules/xalloc @ 40244:c39a0edd90d7

fts: minor simplification * lib/fts.c (fts_safe_changedir): Remove redundant assignment.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 17 Mar 2019 12:39:50 -0700
parents fc83941f45c2
children
line wrap: on
line source

Description:
Memory allocation with out-of-memory checking.  Also see xalloc-die.

Files:
lib/xalloc.h
lib/xmalloc.c
m4/xalloc.m4

Depends-on:
extern-inline
stdint
xalloc-die
xalloc-oversized

configure.ac:
gl_XALLOC

Makefile.am:
lib_SOURCES += xmalloc.c

Include:
"xalloc.h"

License:
GPL

Maintainer:
all