|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for System.LocalDataStoreMgr:Public Member Functions | |
| global::System.LocalDataStoreHolder | CreateLocalDataStore () |
| void | DeleteLocalDataStore (global::System.LocalDataStore store) |
| global::System.LocalDataStoreSlot | AllocateDataSlot () |
| global::System.LocalDataStoreSlot | AllocateNamedDataSlot (string name) |
| global::System.LocalDataStoreSlot | GetNamedDataSlot (string name) |
| void | FreeNamedDataSlot (string name) |
| void | ValidateSlot (global::System.LocalDataStoreSlot slot) |
| LocalDataStoreMgr () | |
Package Functions | |
| void | FreeDataSlot (int slot, long cookie) |
| int | GetSlotTableLength () |
Private Attributes | |
| bool[] | m_SlotInfoTable |
| int | m_FirstAvailableSlot |
| global::System.Collections.Generic.List< global::System.LocalDataStore > | m_ManagedLocalDataStores |
| global::System.Collections.Generic.Dictionary< string, global::System.LocalDataStoreSlot > | m_KeyToSlotMap |
| long | m_CookieGenerator |
Static Private Attributes | |
| const int | InitialSlotTableSize = 64 |
| const int | SlotTableDoubleThreshold = 512 |
| const int | LargeSlotTableSizeIncrease = 128 |
Definition at line 12 of file LocalDataStoreMgr.cs.