summaryrefslogtreecommitdiffstats
path: root/src/tests/common/scratch_buffer.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-12-26tests: add missing headerAlexandre Bouvier1-0/+1
<cstring> is needed for std::memcpy
2022-12-20scratch_buffer: Explicitly defing resize and resize_destructive functionsameerj1-3/+75
resize keeps previous data intact when the buffer grows resize_destructive destroys the previous data when the buffer grows
2022-12-20tests: Add ScratchBuffer testsameerj1-0/+127