summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_memory_block_manager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel/k_memory_block: Ensure members are always initializedLioncash2022-12-051-4/+5
|
* core: hle: kernel: Use result macros for new/changed code.bunnei2022-10-191-1/+1
|
* core: hle: kernel: k_memory_block_manager: Update.bunnei2022-10-191-27/+118
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-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.
* hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.bunnei2021-02-191-0/+67