mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Updated memory manager
This commit is contained in:
@ -648,6 +648,8 @@ namespace Memory
|
||||
public:
|
||||
uint64_t GetAllocatedMemorySize();
|
||||
|
||||
bool Add(void *Address, size_t Count);
|
||||
|
||||
void *RequestPages(size_t Count);
|
||||
void FreePages(void *Address, size_t Count);
|
||||
|
||||
|
Reference in New Issue
Block a user