Report(long, long, long)
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.
