[Zion] Actually free memory pages when a MemoryObject goes out of scope
This commit is contained in:
parent
344e84c313
commit
4d1846a7d5
8 changed files with 63 additions and 21 deletions
|
|
@ -19,7 +19,9 @@ uint64_t AllocatePage();
|
|||
uint64_t AllocateAndZeroPage();
|
||||
|
||||
uint64_t AllocateContinuous(uint64_t num_pages);
|
||||
|
||||
void FreePage(uint64_t page);
|
||||
void FreePages(uint64_t page, uint64_t num_pages);
|
||||
|
||||
void DumpPhysicalMemoryUsage();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue