mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 09:38:01 +02:00
Made GC.Mark a mixin for less module rebuilding
This commit is contained in:
parent
92d3ab6ca9
commit
7724c6ae64
5 changed files with 18 additions and 34 deletions
|
@ -334,7 +334,7 @@ namespace System.Collections
|
|||
int allocSize = AllocSize;
|
||||
for (int i < mSize)
|
||||
{
|
||||
GC.Mark_Unbound(mItems[(i + mHead) % allocSize]);
|
||||
GC.Mark!(mItems[(i + mHead) % allocSize]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue