mirror of
https://github.com/halpz/re3.git
synced 2025-07-27 09:12:42 +00:00
some more GTA_VERSIONs and CGame tidy-up (not much actual memory moving yet)
This commit is contained in:
@ -198,6 +198,7 @@ public:
|
||||
void TidyHeap(void);
|
||||
uint32 GetMemoryUsed(int32 id);
|
||||
uint32 GetBlocksUsed(int32 id);
|
||||
int32 GetLargestFreeBlock(void) { return m_freeList.m_last.m_prev->m_size; }
|
||||
|
||||
void ParseHeap(void);
|
||||
|
||||
|
Reference in New Issue
Block a user