mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-06 16:25:59 +02:00
Fixed GC stack overflow issue
This commit is contained in:
parent
61b440ea36
commit
3483c9de58
2 changed files with 43 additions and 62 deletions
|
@ -302,6 +302,9 @@ public:
|
|||
static int volatile sAllocFlags;
|
||||
|
||||
Beefy::Array<bf::System::Object*> mPendingGCData;
|
||||
bool mHadPendingGCDataOverflow;
|
||||
int mCurPendingGCDepth;
|
||||
int mMaxPendingGCDepth;
|
||||
Beefy::Array<ThreadInfo*> mThreadList;
|
||||
int mCurMutatorMarkCount;
|
||||
int mCurGCMarkCount;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue