view modules/obstack @ 40246:c34f677e6117 default tip master

_Noreturn: GCC 4.7 does not support [[noreturn]] in C++11 mode * lib/_Noreturn.h, m4/gnulib-common.m4: Don't use [[noreturn]] before GCC 4.8.
author Akim Demaille <akim.demaille@gmail.com>
date Sun, 17 Mar 2019 19:27:20 +0100
parents 1313252b8540
children
line wrap: on
line source

Description:
Memory allocation, optimized for stack-like allocation patterns.

Files:
lib/obstack.h
lib/obstack.c
m4/obstack.m4

Depends-on:
alignof
gettext-h
exitfail
stdint
stdlib

configure.ac:
AC_FUNC_OBSTACK
dnl Note: AC_FUNC_OBSTACK does AC_LIBSOURCES([obstack.h, obstack.c]).

Makefile.am:

Include:
"obstack.h"

License:
LGPL

Maintainer:
all, glibc