mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-08 20:24:47 -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