Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ BufferTrimmed()

void System.Buffers.ArrayPoolEventSource.BufferTrimmed ( int bufferId,
int bufferSize,
int poolId )
inlinepackage

Definition at line 90 of file ArrayPoolEventSource.cs.

91 {
92 WriteEvent(4, bufferId, bufferSize, poolId);
93 }
unsafe void WriteEvent(int eventId)

References System.Diagnostics.Tracing.EventSource.WriteEvent().