summaryrefslogtreecommitdiff
path: root/modules/obstack
blob: 98bca67e1ee04b0229203de1e86b0c1d73a00b5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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:
gl_FUNC_OBSTACK
gl_CONDITIONAL([GL_COND_OBJ_OBSTACK], [test "$gl_cv_func_obstack" != yes])

Makefile.am:
if GL_COND_OBJ_OBSTACK
lib_SOURCES += obstack.c
endif

Include:
"obstack.h"

License:
LGPL

Maintainer:
all, glibc