public interface IObjectSizeProvider
| Modifier and Type | Method and Description |
|---|---|
long |
getObjectSize(java.lang.Object object)
Returns the size of the given object as allocated by the JVM.
|
long getObjectSize(java.lang.Object object)
object - the object the size should be queried forobject
(in bytes, negative or zero if invalid or not available)