heapTotalBytes property

  1. @TagNumber(12)
int get heapTotalBytes

Number of bytes used in the heap

Implementation

@$pb.TagNumber(12)
$core.int get heapTotalBytes => $_getIZ(11);
  1. @TagNumber(12)
set heapTotalBytes (int value)

Implementation

@$pb.TagNumber(12)
set heapTotalBytes($core.int value) => $_setUnsignedInt32(11, value);