This class contains object info generated by ClassIntrospector tool
| Author: | © quasardb - 2014 |
|---|
Memory occupied by underlying array (shallow), if this is array type
This object fields
Get the full amount of memory occupied by a given object. This value may be slightly less than an actual value because we don’t worry about memory alignment - possible padding after the last object field. The result is equal to the last field offset + last field length + all array sizes + all child objects deep sizes
| Returns: | Deep object size |
|---|