mirror of https://github.com/zeldaret/botw.git
heap/ExpHeap: Declare getAllocatedSize
This commit is contained in:
parent
a6f37367d2
commit
3a206f92c8
|
@ -66,6 +66,9 @@ public:
|
|||
AllocMode getAllocMode() const { return mAllocMode; }
|
||||
void setAllocMode(AllocMode mode) { mAllocMode = mode; }
|
||||
|
||||
// XXX: this isn't const-correct...
|
||||
size_t getAllocatedSize(void* object);
|
||||
|
||||
void dumpFreeList() const;
|
||||
void dumpUseList() const;
|
||||
|
||||
|
|
Loading…
Reference in New Issue