summaryrefslogtreecommitdiff
path: root/src/common/virtual_buffer.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2022-03-19common: Reduce unused includesGravatar ameerj1-1/+0
2020-12-29core/memory: Read and write page table atomicallyGravatar ReinUsesLisp1-4/+6
2020-11-19virtual_buffer: Do nothing on resize() calls with same sizesGravatar Lioncash1-1/+6
2020-11-17virtual_buffer: Add compile-time type-safety guarantees with VirtualBufferGravatar Lioncash1-0/+6
2020-11-17page_table: Allow page tables to be movedGravatar Lioncash1-5/+18
2020-08-15common: Make use of [[nodiscard]] where applicableGravatar Lioncash1-5/+5
2020-04-17common: Add VirtualBuffer class, to abstract memory virtualization.Gravatar bunnei1-0/+58