mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-12 15:59:17 +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