mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
30 lines
358 B
Plaintext
30 lines
358 B
Plaintext
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
|