summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_memory_block_manager.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-1/+1
Now that we have most of core free of shadowing, we can enable the warning as an error to catch anything that may be remaining and also eliminate this class of logic bug entirely.
2021-02-19hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.bunnei1-16/+17
2020-12-07core: Mark unused fields as [[maybe_unused]]comex1-2/+2
2020-05-03kernel/memory: Remove unused includesLioncash1-1/+0
Prevents header churn and needing to recompile these files if these headers are ever changed in the future.
2020-04-23kernel: memory: Improve implementation of device shared memory. (#3707)bunnei1-0/+3
* kernel: memory: Improve implementation of device shared memory. * fixup! kernel: memory: Improve implementation of device shared memory. * fixup! kernel: memory: Improve implementation of device shared memory.
2020-04-17kernel: memory: Add MemoryBlockManager class, to manage memory blocks.bunnei1-0/+64