isExclusivelyOwned
fun isExclusivelyOwned(): Boolean
Deprecated: Binary compatibility
Return
true
if and only if the are no buffer views that share the same actual buffer. This actually does
refcount and only work guaranteed if other views created/not created via makeView function.
One can instantiate multiple buffers with the same buffer and this function will return true
in spite of
the fact that the buffer is actually shared.