mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/stdint-h: Renamed from modules/stdint. * modules/stdint-h-tests: Renamed from modules/stdint-tests. * modules/stdint-h-c++-tests: Renamed from modules/stdint-c++-tests. * tests/test-stdint-h.c: Renamed from tests/test-stdint.c. * tests/test-stdint-h-c++.cc: Renamed from tests/test-stdint-c++.cc. * tests/test-stdint-h-c++2.cc: Renamed from tests/test-stdint-c++2.cc. * doc/posix-headers/stdint.texi: Update. * doc/gnulib-readme.texi: Update. * doc/gnulib.texi: Update. * modules/* (Depends-on): Update. * modules/stdint: New file.
38 lines
406 B
Plaintext
38 lines
406 B
Plaintext
Description:
|
|
Memory allocation with out-of-memory checking. Also see xalloc-die.
|
|
|
|
Files:
|
|
lib/xalloc.h
|
|
lib/xmalloc.c
|
|
m4/xalloc.m4
|
|
|
|
Depends-on:
|
|
c99
|
|
calloc-gnu
|
|
extern-inline
|
|
ialloc
|
|
idx
|
|
malloc-gnu
|
|
minmax
|
|
realloc-posix
|
|
reallocarray
|
|
stdckdint-h
|
|
stdint-h
|
|
xalloc-die
|
|
|
|
configure.ac:
|
|
gl_XALLOC
|
|
gl_MODULE_INDICATOR([xalloc])
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += xmalloc.c
|
|
|
|
Include:
|
|
"xalloc.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
all
|