Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ MarkPageFull()

void System.Data.RBTree< K >.MarkPageFull ( TreePage page)
inlineprivate

Definition at line 284 of file RBTree.cs.

285 {
286 _pageTableMap[page.PageId / 32] |= 1 << page.PageId % 32;
287 }
int[] _pageTableMap
Definition RBTree.cs:203

References System.Data.RBTree< K >._pageTableMap.