mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed heap bugs - mostly a major leak
This commit is contained in:
parent
4de601be57
commit
ec61583db8
2 changed files with 188 additions and 16 deletions
|
@ -26,6 +26,7 @@ public:
|
|||
AllocRef Alloc(int size);
|
||||
bool Free(AllocRef ref);
|
||||
|
||||
void Validate();
|
||||
void DebugDump();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue