kernel: memory: Add SlabHeap class, for managing memory heaps.
- This will be used for TLS pages, among other things.
This commit is contained in:
parent
14aa65ce00
commit
d364e7cf09
2 changed files with 162 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue