public interface
MemAllocatorStatsOrBuilder
Known Indirect Subclasses |
Public Methods
abstract long |
getBytesInUse()
int64 bytes_in_use = 2;
|
abstract float |
getFragmentationMetric()
float fragmentation_metric = 5;
|
abstract long |
getLargestAllocSize()
int64 largest_alloc_size = 4;
|
abstract long |
getNumAllocs()
int64 num_allocs = 1;
|
abstract long |
getPeakBytesInUse()
int64 peak_bytes_in_use = 3;
|
Public Methods
public abstract long getBytesInUse ()
int64 bytes_in_use = 2;
public abstract float getFragmentationMetric ()
float fragmentation_metric = 5;
public abstract long getLargestAllocSize ()
int64 largest_alloc_size = 4;
public abstract long getNumAllocs ()
int64 num_allocs = 1;
public abstract long getPeakBytesInUse ()
int64 peak_bytes_in_use = 3;