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
Loading...
Searching...
No Matches
System.Buffers.ArrayPoolEventSource Class Referencesealed
+ 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 ()
 

Detailed Description

Definition at line 10 of file ArrayPoolEventSource.cs.


The documentation for this class was generated from the following file: