summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_slab_heap.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: fix compile for Apple ClangLiam2022-11-231-4/+2
|
* kernel: fix slab heap ABALiam2022-10-171-10/+17
|
* 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: hle: kernel: k_slab_heap: Refresh to use guest allocations.bunnei2022-03-151-124/+106
|
* general: Replace NonCopyable struct with equivalentsLioncash2022-02-021-2/+11
|
* hle: kernel: KSlabHeap: Allow host or guest allocations.bunnei2021-05-291-10/+189
| | | | | - Use host allocations for kernel memory, as this is not properly emulated yet. - Use guest allocations for TLS, as this needs to be backed by DeviceMemory.
* hle: kernel: Use host memory allocations for KSlabMemory.bunnei2021-05-211-143/+11
| | | | - There are some issues with the current workaround, we will just use host memory until we have a complete kernel memory implementation.
* hle: kernel: Move slab heap management to KernelCore.bunnei2021-05-061-0/+1
|
* hle: kernel: Migrate more of KThread to KAutoObject.bunnei2021-05-061-0/+8
|
* hle: kernel: Migrate SlabHeap to KSlabHeap.bunnei2021-02-191-0/+160