summaryrefslogtreecommitdiffstats
path: root/src/common/virtual_buffer.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-30core/memory: Read and write page table atomicallyReinUsesLisp1-4/+6
2020-11-19virtual_buffer: Do nothing on resize() calls with same sizesLioncash1-1/+6
2020-11-18virtual_buffer: Add compile-time type-safety guarantees with VirtualBufferLioncash1-0/+6
2020-11-18page_table: Allow page tables to be movedLioncash1-5/+18
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash1-5/+5
2020-04-17common: Add VirtualBuffer class, to abstract memory virtualization.bunnei1-0/+58