Edit

Share via


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 in use by caches.

Applies to