Is there a simple way to determine the memory usage of an Object? Something like this:
B4X:
PseudoCode
myObject As Object
objectMemoryProfile As ObjectMemoryProfileClass
memoryUsage = ObjectMemoryProfile(myObject)