mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-19 09:25:08 -04:00
kern: add handle table/process/suspend/resume debug
This commit is contained in:
parent
af259eabda
commit
8a4bf6a0a8
10 changed files with 233 additions and 18 deletions
|
@ -92,7 +92,7 @@ namespace ams::kern {
|
|||
virtual uintptr_t GetPostDestroyArgument() const { return 0; }
|
||||
|
||||
size_t GetSlabIndex() const {
|
||||
return s_slab_heap.GetIndex(static_cast<const Derived *>(this));
|
||||
return s_slab_heap.GetObjectIndex(static_cast<const Derived *>(this));
|
||||
}
|
||||
public:
|
||||
static void InitializeSlabHeap(void *memory, size_t memory_size) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue