1
0
Fork 0
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:
Brian Fiete 2021-11-26 17:59:58 -08:00
parent 4de601be57
commit ec61583db8
2 changed files with 188 additions and 16 deletions

View file

@ -26,6 +26,7 @@ public:
AllocRef Alloc(int size);
bool Free(AllocRef ref);
void Validate();
void DebugDump();
};