IBlockPoolMonitor.Report(Int64, Int64, Int64) メソッド

定義

ブロック プールの状態を定期的に報告する

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)

パラメーター

totalSizeInByte
Int64

このブロック プールが割り当てられたメモリの合計。

availableMemoryInByte
Int64

キャッシュへの割り当てに使用できるメモリ。

claimedMemoryInByte
Int64

キャッシュで使用されているメモリ。

適用対象