[Zion] Plumb user stack to free function on thread exit.
This commit is contained in:
parent
941d7c8d59
commit
84e1b4cdb4
4 changed files with 11 additions and 4 deletions
|
|
@ -66,6 +66,7 @@ class AddressSpace : public KernelObject {
|
|||
|
||||
// User Mappings.
|
||||
uint64_t AllocateUserStack();
|
||||
void FreeUserStack(uint64_t);
|
||||
uint64_t GetNextMemMapAddr(uint64_t size);
|
||||
|
||||
// Maps in a memory object at a specific address.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue