DefaultBlockPoolMonitor.Report(Int64, Int64, Int64) 方法

定义

定期报告块池状态

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

参数

totalMemoryInByte
Int64
availableMemoryInByte
Int64

可用于分配给缓存的内存。

claimedMemoryInByte
Int64

缓存使用的内存。

实现

适用于