Add struct scratch_buffer and its internal helper functions
commitcfcfd4614b8b01b2782ac4dcafb21d14d74d5184
authorFlorian Weimer <fweimer@redhat.com>
Tue, 7 Apr 2015 09:03:43 +0000 (7 11:03 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 7 Apr 2015 09:03:43 +0000 (7 11:03 +0200)
tree3083fbe60cc7edf3211f4c2d3da04a0c9e35fbd0
parent9e8c0381bbc6faf08cfc584e3848dd265d0d7e1a
Add struct scratch_buffer and its internal helper functions

These will be used from NSS modules, so they have to be exported.
ChangeLog
include/scratch_buffer.h [new file with mode: 0644]
malloc/Makefile
malloc/Versions
malloc/scratch_buffer_grow.c [new file with mode: 0644]
malloc/scratch_buffer_grow_preserve.c [new file with mode: 0644]
malloc/scratch_buffer_set_array_size.c [new file with mode: 0644]
malloc/tst-scratch_buffer.c [new file with mode: 0644]