general: properly support multiple memory instances
This commit is contained in:
parent
8243f4e3c7
commit
1fdcd70bad
17 changed files with 102 additions and 102 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue