summaryrefslogtreecommitdiffstats
path: root/src/common/virtual_buffer.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* common: Reduce unused includesameerj2022-03-191-1/+0
* core/memory: Read and write page table atomicallyReinUsesLisp2020-12-301-4/+6
* virtual_buffer: Do nothing on resize() calls with same sizesLioncash2020-11-191-1/+6
* virtual_buffer: Add compile-time type-safety guarantees with VirtualBufferLioncash2020-11-181-0/+6
* page_table: Allow page tables to be movedLioncash2020-11-181-5/+18
* common: Make use of [[nodiscard]] where applicableLioncash2020-08-151-5/+5
* common: Add VirtualBuffer class, to abstract memory virtualization.bunnei2020-04-171-0/+58