summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/memory/slab_heap.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-19hle: kernel: Migrate SlabHeap to KSlabHeap.bunnei1-163/+0
2020-05-03kernel/memory: Remove unused includesLioncash1-1/+0
2020-05-03kernel/memory: Amend potential encoding warningsLioncash1-2/+2
2020-04-18memory/slab_heap: Make use of static_cast over reinterpret_castLioncash1-2/+2
2020-04-17memory: Add copyright notice for Atmosphere where applicable.bunnei1-0/+3
2020-04-17kernel: memory: Add SlabHeap class, for managing memory heaps.bunnei1-0/+161