summaryrefslogtreecommitdiffstats
path: root/src/tests/common/scratch_buffer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: add missing headerAlexandre Bouvier2022-12-261-0/+1
| | | <cstring> is needed for std::memcpy
* scratch_buffer: Explicitly defing resize and resize_destructive functionsameerj2022-12-201-3/+75
| | | | | resize keeps previous data intact when the buffer grows resize_destructive destroys the previous data when the buffer grows
* tests: Add ScratchBuffer testsameerj2022-12-201-0/+127