Düzenle

Aracılığıyla paylaş


DefaultBlockPoolMonitor.Report(Int64, Int64, Int64) Method

Definition

Periodically report block pool status

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)

Parameters

totalMemoryInByte
Int64
availableMemoryInByte
Int64

Memory which is available for allocating to caches.

claimedMemoryInByte
Int64

Memory in use by caches.

Implements

Applies to