identityHashCode

external fun Any?.identityHashCode(): Int

Compute stable wrt potential object relocations by the memory manager identity hash code.

Return

0 for null object, identity hash code otherwise.