Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | page_table: Allow page tables to be moved | Lioncash | 2020-11-18 | 1 | -2/+2 |
| | | | | | | | | Makes page tables and virtual buffers able to be moved, but not copied, making the interface more flexible. Previously, with the destructor specified, but no move assignment or constructor specified, they wouldn't be implicitly generated. | ||||
* | common/virtual_buffer: drop unused includes | Jan Beich | 2020-08-05 | 1 | -9/+0 |
| | | | | | | | | | On DragonFly and NetBSD build fails with src/common/virtual_buffer.cpp src/common/virtual_buffer.cpp:16:10: fatal error: sys/sysinfo.h: No such file or directory #include <sys/sysinfo.h> ^~~~~~~~~~~~~~~ | ||||
* | virtual_buffer: Mark size parameter of FreeMemoryPages() as [[maybe_unused]] | Lioncash | 2020-07-25 | 1 | -1/+1 |
| | | | | | This isn't used on Windows, but is used on non-Windows operating systems. | ||||
* | common: Add VirtualBuffer class, to abstract memory virtualization. | bunnei | 2020-04-17 | 1 | -0/+52 |