kotlin-stdlib / kotlin.native / identityHashCode identityHashCode Native 1.3 @ExperimentalNativeApi fun Any?.identityHashCode(): Int(source) Compute stable wrt potential object relocations by the memory manager identity hash code. Return 0 for null object, identity hash code otherwise.