Interface BfcMemoryMap.MemAllocatorStatsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getBytesInUse()
      int64 bytes_in_use = 2;
      float getFragmentationMetric()
      float fragmentation_metric = 5;
      long getLargestAllocSize()
      int64 largest_alloc_size = 4;
      long getNumAllocs()
      int64 num_allocs = 1;
      long getPeakBytesInUse()
      int64 peak_bytes_in_use = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • 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.