MCPcopy Create free account
hub / github.com/HumbleUI/Skija / getApproximateBytesUsed

Method getApproximateBytesUsed

shared/java/Path.java:701–709  ·  view source on GitHub ↗

Returns the approximate byte size of the Path in memory. @return approximate size

()

Source from the content-addressed store, hash-verified

699 * @return approximate size
700 */
701 @Contract(pure = true)
702 public long getApproximateBytesUsed() {
703 try {
704 Stats.onNativeCall();
705 return _nApproximateBytesUsed(_ptr);
706 } finally {
707 ReferenceUtil.reachabilityFence(this);
708 }
709 }
710
711 /**
712 * <p>Returns minimum and maximum axes values of Point array.</p>

Callers 2

storageMethod · 0.95
drawMethod · 0.45

Calls 3

onNativeCallMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by 1

storageMethod · 0.76