mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 19:38:13 -05:00
kernel: memory: Add SlabHeap class, for managing memory heaps.
- This will be used for TLS pages, among other things.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user