general: properly support multiple memory instances

This commit is contained in:
Liam
2023-12-22 21:52:49 -05:00
parent cae675343c
commit 31bf57a310
17 changed files with 102 additions and 102 deletions
-3
View File
@@ -116,9 +116,6 @@ public:
/// Retrieves a shared pointer to the system resource limit instance.
KResourceLimit* GetSystemResourceLimit();
/// Retrieves a shared pointer to a Thread instance within the thread wakeup handle table.
KScopedAutoObject<KThread> RetrieveThreadFromGlobalHandleTable(Handle handle) const;
/// Adds the given shared pointer to an internal list of active processes.
void AppendNewProcess(KProcess* process);