kernel: memory: Add SlabHeap class, for managing memory heaps.

- This will be used for TLS pages, among other things.
This commit is contained in:
bunnei 2020-04-05 14:41:04 -04:00
parent 14aa65ce00
commit d364e7cf09
2 changed files with 162 additions and 0 deletions

View file

@ -156,6 +156,7 @@ add_library(core STATIC
hle/kernel/kernel.h
hle/kernel/memory/address_space_info.cpp
hle/kernel/memory/address_space_info.h
hle/kernel/memory/slab_heap.h
hle/kernel/mutex.cpp
hle/kernel/mutex.h
hle/kernel/object.cpp