summaryrefslogtreecommitdiff
path: root/modules/scratch_buffer
blob: 7eedae7cc65fc54eb34b1f2dc06c98e7b0c6c81f (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
33
Description:
Variable-sized buffer with on-stack default allocation.

Files:
lib/scratch_buffer.h
lib/malloc/scratch_buffer.h
lib/malloc/scratch_buffer_dupfree.c
lib/malloc/scratch_buffer_grow.c
lib/malloc/scratch_buffer_grow_preserve.c
lib/malloc/scratch_buffer_set_array_size.c

Depends-on:
c99
libc-config
stdbool
stddef

configure.ac:

Makefile.am:
lib_SOURCES += malloc/scratch_buffer_dupfree.c \
               malloc/scratch_buffer_grow.c \
               malloc/scratch_buffer_grow_preserve.c \
               malloc/scratch_buffer_set_array_size.c

Include:
<scratch_buffer.h>

License:
LGPLv2+

Maintainer:
all, glibc

Return to:

Send suggestions and report system problems to the System administrator.