summaryrefslogtreecommitdiff
path: root/src/common/scratch_buffer.h
AgeCommit message (Collapse)Author
2022-12-19common: Add ScratchBuffer classameerj
This class creates a default initialized heap allocated buffer for cases where value initializing members during allocation or resize is redundant.