Interface BfcMemoryMap.MemAllocatorStatsOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
BfcMemoryMap.MemAllocatorStats, BfcMemoryMap.MemAllocatorStats.Builder
Enclosing class:
BfcMemoryMap

public static interface BfcMemoryMap.MemAllocatorStatsOrBuilder extends MessageOrBuilder
  • Method Details

    • getNumAllocs

      long getNumAllocs()
      int64 num_allocs = 1;
      Returns:
      The numAllocs.
    • getBytesInUse

      long getBytesInUse()
      int64 bytes_in_use = 2;
      Returns:
      The bytesInUse.
    • getPeakBytesInUse

      long getPeakBytesInUse()
      int64 peak_bytes_in_use = 3;
      Returns:
      The peakBytesInUse.
    • getLargestAllocSize

      long getLargestAllocSize()
      int64 largest_alloc_size = 4;
      Returns:
      The largestAllocSize.
    • getFragmentationMetric

      float getFragmentationMetric()
      float fragmentation_metric = 5;
      Returns:
      The fragmentationMetric.