Report(long, long, long)
abstract
public abstract void Report(long totalSizeInByte, long availableMemoryInByte, long claimedMemoryInByte) Periodically report block pool status
Parameters
totalSizeInBytelong- Total memory this block pool allocated.
availableMemoryInBytelong- Memory which is available for allocating to caches.
claimedMemoryInBytelong- Memory in use by caches.
