Edit

IBlockPoolMonitor.Report(Int64, Int64, Int64) Method

Definition

Periodically report block pool status

public void Report(long totalSizeInByte, long availableMemoryInByte, long claimedMemoryInByte);
abstract member Report : int64 * int64 * int64 -> unit
Public Sub Report (totalSizeInByte As Long, availableMemoryInByte As Long, claimedMemoryInByte As Long)

Parameters

totalSizeInByte
Int64

total memory this block pool allocated

availableMemoryInByte
Int64

memory which is available for allocating to caches

claimedMemoryInByte
Int64

memory is in use by caches

Applies to