| 
    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 
   | 
 
 Inheritance diagram for System.Buffers.ArrayPoolEventSource:
 Collaboration diagram for System.Buffers.ArrayPoolEventSource:Package Types | |
| enum | BufferAllocatedReason { Pooled , OverMaximumSize , PoolExhausted } | 
Package Functions | |
| unsafe void | BufferRented (int bufferId, int bufferSize, int poolId, int bucketId) | 
| unsafe void | BufferAllocated (int bufferId, int bufferSize, int poolId, int bucketId, ArrayPoolEventSource.BufferAllocatedReason reason) | 
| void | BufferReturned (int bufferId, int bufferSize, int poolId) | 
| void | BufferTrimmed (int bufferId, int bufferSize, int poolId) | 
| void | BufferTrimPoll (int milliseconds, int pressure) | 
Static Package Attributes | |
| static readonly ArrayPoolEventSource | Log | 
Private Member Functions | |
| ArrayPoolEventSource () | |
Static Private Member Functions | |
| static | ArrayPoolEventSource () | 
Definition at line 10 of file ArrayPoolEventSource.cs.