summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/memory/memory_block_manager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel/memory: Remove unused includesLioncash2020-05-031-1/+0
| | | | | Prevents header churn and needing to recompile these files if these headers are ever changed in the future.
* kernel: memory: Improve implementation of device shared memory. (#3707)bunnei2020-04-231-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.
* kernel: memory: Add MemoryBlockManager class, to manage memory blocks.bunnei2020-04-171-0/+64