mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-08-26 13:34:59 +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