//leakcanary-repo/shark/HeapObject/HeapClass/readFieldsByteSize
readFieldsByteSize¶
[jvm]\ fun readFieldsByteSize(): Int
The total byte size of fields for instances of this class, computed as the sum of the individual size of each field of this class. This does not include the size of fields from superclasses.
This may trigger IO reads.
See also¶
HeapObject.HeapClass.instanceByteSize |