summaryrefslogtreecommitdiffstats
path: root/src/common/virtual_buffer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: Make use of [[nodiscard]] where applicableLioncash2020-08-151-5/+5
| | | | | | Now that clang-format makes [[nodiscard]] attributes format sensibly, we can apply them to several functions within the common library to allow the compiler to complain about any misuses of the functions.
* common: Add VirtualBuffer class, to abstract memory virtualization.bunnei2020-04-171-0/+58