summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_slab_heap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: prefer std::addressofLiam2023-03-131-1/+2
* 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
* 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
* hle: kernel: Use host memory allocations for KSlabMemory.bunnei2021-05-211-143/+11
* 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