mirror of
https://github.com/zeldaret/tp
synced 2026-08-22 06:44:53 -04:00
HeapCheck::heapDisplay OK
This commit is contained in:
@@ -28,6 +28,8 @@ public:
|
||||
|
||||
CMemBlock* getNextBlock() { return this->mNext; }
|
||||
|
||||
u32 getSize() { return this->size; }
|
||||
|
||||
private:
|
||||
u16 mMagic;
|
||||
u8 mFlags; // a|bbbbbbb a=temporary b=alignment
|
||||
|
||||
Reference in New Issue
Block a user