1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Removed bogus mVDataHotIdx check, now using balanced hot chain breaking

This commit is contained in:
Brian Fiete 2025-01-10 14:03:12 -08:00
parent 3bafa11da9
commit d9eca5ba5c
3 changed files with 32 additions and 10 deletions

View file

@ -50,6 +50,7 @@ public:
int64 mHotHeapReserveSize;
int mLastHotHeapCleanIdx;
int mVDataHotIdx;
int mHotChainBreakIdx;
String mTargetPath;
DbgModule* mLaunchBinary;
DbgModule* mTargetBinary;