Skip to content

DefaultBlockPoolMonitor.Report(long, long, long)

Report(long, long, long)

View source
public void Report(long totalMemoryInByte, long availableMemoryInByte, long claimedMemoryInByte)
Periodically report block pool status

Parameters

totalMemoryInBytelong
Total memory this block pool allocated.
availableMemoryInBytelong
Memory which is available for allocating to caches.
claimedMemoryInBytelong
Memory in use by caches.