about summary refs log tree commit diff
path: root/malloc/tst-scratch_buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* scratch_buffer: Suppress truncation warning on 32-bitFlorian Weimer2015-04-091-2/+2
|
* Add struct scratch_buffer and its internal helper functionsFlorian Weimer2015-04-071-0/+155
These will be used from NSS modules, so they have to be exported.